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-548-


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-548-g2c97b1b
Date: Tue, 21 Dec 2010 01:23:42 +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=2c97b1b489e0b393a20968af6bbfe4aae163fc0f

The branch, master has been updated
       via  2c97b1b489e0b393a20968af6bbfe4aae163fc0f (commit)
       via  de054cdf2ce074ff005fc03a30169f22f739d68d (commit)
      from  64ef2cf59d363914f995c3b227b21d9dc7210726 (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 2c97b1b489e0b393a20968af6bbfe4aae163fc0f
Merge: 64ef2cf de054cd
Author: Stefano Lattarini <address@hidden>
Date:   Tue Dec 21 02:22:22 2010 +0100

    Merge branch 'tests-man-fixes'

commit de054cdf2ce074ff005fc03a30169f22f739d68d
Author: Stefano Lattarini <address@hidden>
Date:   Tue Dec 21 02:15:08 2010 +0100

    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.

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

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

diff --git a/ChangeLog b/ChangeLog
index c80c2ee..3e76016 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 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.
+
+2010-12-21  Stefano Lattarini  <address@hidden>
+
        Fix sed-related buglet in test "subdir5.test"
        * tests/subdir5.test: Always terminate text passed to the
        `i' sed command with a newline, to work around limitations
diff --git a/tests/man8.test b/tests/man8.test
index 2ef52b4..377eeff 100755
--- a/tests/man8.test
+++ b/tests/man8.test
@@ -23,7 +23,8 @@ set -e
 cat > Makefile.am << 'END'
 dist_man_MANS = foo.1
 foo.1:
-       rm -f $(srcdir)/$@  # fails if $(srcdir) is unwritable
+## this 'rm' command will fail if $(srcdir) is unwritable
+       rm -f $(srcdir)/$@
        : > $(srcdir)/$@
 END
 


hooks/post-receive
-- 
GNU Automake



reply via email to

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