automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-550-


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-550-gfc322f5
Date: Tue, 21 Dec 2010 01:37:50 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=fc322f55a8622fab1650b4587ec35467f1152c2f

The branch, master has been updated
       via  fc322f55a8622fab1650b4587ec35467f1152c2f (commit)
       via  8b89266e7f8b5b1d396c3f6ad4592038f69fd7b9 (commit)
      from  2c97b1b489e0b393a20968af6bbfe4aae163fc0f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fc322f55a8622fab1650b4587ec35467f1152c2f
Merge: 2c97b1b 8b89266
Author: Stefano Lattarini <address@hidden>
Date:   Tue Dec 21 02:34:34 2010 +0100

    Merge branch 'backcompat-tests'

commit 8b89266e7f8b5b1d396c3f6ad4592038f69fd7b9
Author: Stefano Lattarini <address@hidden>
Date:   Tue Dec 21 02:33:43 2010 +0100

    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.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog              |    6 ++++++
 tests/backcompat6.test |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3e76016..8f615ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 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-12-21  Stefano Lattarini  <address@hidden>
+
        man8.test: avoid comments inside recipe commands.
        * tests/man8.test: Remove shell comments from makefile rule
        commands, as they are not portable to (at least) Tru64 make.
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.


hooks/post-receive
-- 
GNU Automake



reply via email to

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