automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] backcompat6.test: avoid comments inside recipe commands.


From: Stefano Lattarini
Subject: [FYI] backcompat6.test: avoid comments inside recipe commands.
Date: Tue, 21 Dec 2010 02:37:13 +0100
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

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  <address@hidden>
+
+       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  <address@hidden>
 
        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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]