]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
backcompat6.test: avoid comments inside recipe commands.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 21 Dec 2010 01:33:43 +0000 (02:33 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 21 Dec 2010 01:33:43 +0000 (02:33 +0100)
* tests/backcompat6.test: Remove shell comments from makefile rule
commands, as they are not portable to (at least) Tru64 make.

ChangeLog
tests/backcompat6.test

index bf2e61761be78b6a150fc3c64583a3d08a3cf8aa..505408a7bddc9e5bdb21d7c14a6e923c342fef8d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-21  Stefano Lattarini  <stefano.lattarini@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.lattarini@gmail.com>
 
        Fix bug in test `backcompat6.test' (MSYS portability).
index 0d63bcc9acae79d433597957e8fade93cc9ba680..734709ec6321551caa2992d8e9ac55be4f8d80c7 100755 (executable)
@@ -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.