From: Ralf Wildenhues Date: Thu, 20 Jan 2011 20:29:42 +0000 (+0100) Subject: tests: less strict double-colon spy.test again. X-Git-Tag: v1.11.1b~33^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e1ab202ca72822803463aa71e676b938210f0f5;p=thirdparty%2Fautomake.git tests: less strict double-colon spy.test again. * tests/spy.test: We know BSD make doesn't invoke more than one double-colon rule, so no need to expose that failure. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 057c20628..a11d4b937 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-01-20 Ralf Wildenhues + + tests: less strict double-colon spy.test again. + * tests/spy.test: We know BSD make doesn't invoke more than one + double-colon rule, so no need to expose that failure. + 2011-01-19 Ralf Wildenhues install-sh: avoid Tru64 sh `test' operator precedence issues. diff --git a/tests/spy.test b/tests/spy.test index ab68a6159..5f1a87b24 100755 --- a/tests/spy.test +++ b/tests/spy.test @@ -94,11 +94,15 @@ $sleep touch c $MAKE test "`cat a`" = rule2 -: > a -$sleep -touch b c -$MAKE -grep rule1 a -grep rule2 a + +# Unfortunately, the following is not portable to FreeBSD/NetBSD/OpenBSD +# make, see explanation above. + +#: > a +#$sleep +#touch b c +#$MAKE +#grep rule1 a +#grep rule2 a :