From: Stefano Lattarini Date: Tue, 21 Dec 2010 01:33:43 +0000 (+0100) Subject: backcompat6.test: avoid comments inside recipe commands. X-Git-Tag: ng-0.5a~289^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b89266e7f8b5b1d396c3f6ad4592038f69fd7b9;p=thirdparty%2Fautomake.git backcompat6.test: avoid comments inside recipe commands. * tests/backcompat6.test: Remove shell comments from makefile rule commands, as they are not portable to (at least) Tru64 make. --- diff --git a/ChangeLog b/ChangeLog index bf2e61761..505408a7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-12-21 Stefano Lattarini + + backcompat6.test: avoid comments inside recipe commands. + * tests/backcompat6.test: Remove shell comments from makefile rule + commands, as they are not portable to (at least) Tru64 make. + 2010-11-12 Stefano Lattarini Fix bug in test `backcompat6.test' (MSYS portability). diff --git a/tests/backcompat6.test b/tests/backcompat6.test index 0d63bcc9a..734709ec6 100755 --- a/tests/backcompat6.test +++ b/tests/backcompat6.test @@ -56,7 +56,7 @@ foo_SOURCES = quux.c check-local: test x'$(PACKAGE)' = x'nonesuch-zardoz' test x'$(VERSION)' = x'nonesuch-0.1' - ./foo # for debugging + ./foo ## Do not anchor the regexps w.r.t. the end of line, because on ## MinGW/MSYS, grep may assume LF line endings only, while our ## `foo' program may generate CRLF line endings.