Buglet-fixing patch installed to temporary branch 'backcompat-tests', merged to master, and pushed. Bug introduced by my own commit v1.11-225-g8b0f11b "Fix bug in test`backcompat6.test (MSYS portability)" (somewhat ironic, isn't it?).
Sorry for the noise, Stefano -*-*-*- 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. --- ChangeLog | 6 ++++++ tests/backcompat6.test | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index bf2e617..505408a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-12-21 Stefano Lattarini <stefano.lattar...@gmail.com> + + 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 <stefano.lattar...@gmail.com> Fix bug in test `backcompat6.test' (MSYS portability). diff --git a/tests/backcompat6.test b/tests/backcompat6.test index 0d63bcc..734709e 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. -- 1.7.1