From: Ralf Wildenhues Date: Sat, 15 Jan 2011 13:29:55 +0000 (+0100) Subject: Fix remake rule-induced test failures with HP-UX make. X-Git-Tag: ng-0.5a~256^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51f1b0da3a8d1b976455ca285e03aab7297c7bbe;p=thirdparty%2Fautomake.git Fix remake rule-induced test failures with HP-UX make. * tests/colon6.test: Update timestamp of subdir Makefile, so we do not spuriously invoke the nonexistent toplevel am--refresh rule. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index b44d9447b..560ba81b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-01-15 Ralf Wildenhues + Fix remake rule-induced test failures with HP-UX make. + * tests/colon6.test: Update timestamp of subdir Makefile, so we + do not spuriously invoke the nonexistent toplevel am--refresh + rule. + tests: fix typos in colon6.test * tests/colon6.test: Fix typos. diff --git a/tests/colon6.test b/tests/colon6.test index f44a85c6f..0dc0372ee 100755 --- a/tests/colon6.test +++ b/tests/colon6.test @@ -63,6 +63,11 @@ for vpath in : false; do cd demo $sleep + # HP-UX make considers targets with exact time stamps as one of their + # prerequisites out of date. Ensure Makefile is newer than config.status to + # avoid triggering the am--refresh rule in the (here-nonexistent) toplevel + # Makefile. + touch Makefile # version.good should depend on version.gin. echo "Rebuilt (srcdir=$srcdir)" > ../$srcdir/demo/version.gin