automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

spy.test and HP-UX/Tru64 make


From: Ralf Wildenhues
Subject: spy.test and HP-UX/Tru64 make
Date: Mon, 8 May 2006 21:15:21 +0200
User-agent: Mutt/1.5.11+cvs20060403

spy.test fails for me on a hppa2.0w-hp-hpux11.11 and on the testdrive
alphaev68-dec-osf5.1b (both with native make).  I believe both failures
not to be related to double-colon rules.

The failure on HP-UX can be treated with some $sleep before another
touch, the Tru64 failure (over that seemingly broken NFS) by updating
an empty file with echo instead of with touch.

OK to apply?  Do you think these issues need more thorough investigation
instead?

Cheers,
Ralf

        * tests/spy.test: Add some $sleep.
        Update empty file with `echo' instead of `touch'.

Index: tests/spy.test
===================================================================
RCS file: /cvs/automake/automake/tests/spy.test,v
retrieving revision 1.4
diff -u -r1.4 spy.test
--- tests/spy.test      14 May 2005 20:28:56 -0000      1.4
+++ tests/spy.test      8 May 2006 19:10:19 -0000
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2003  Free Software Foundation, Inc.
+# Copyright (C) 2003, 2006  Free Software Foundation, Inc.
 #
 # This file is part of GNU Automake.
 #
@@ -91,8 +91,9 @@
 touch b
 $MAKE
 test "`cat a`" = rule1
+$sleep
 : > a
 $sleep
-touch c
+echo > c
 $MAKE
 test "`cat a`" = rule2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]