automake-commit
[Top][All Lists]
Advanced

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

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


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, branch-1.11, updated. v1.11.1-186-gfeb8bb5
Date: Wed, 18 Aug 2010 22:03:39 +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=feb8bb5e17b6f6a7f461358db6afe84b37b04bf4

The branch, branch-1.11 has been updated
       via  feb8bb5e17b6f6a7f461358db6afe84b37b04bf4 (commit)
       via  82f4860ab5725b8fdc3125c4f15c5fac3849bb72 (commit)
      from  6750c3d10a7369c6320acb76e6083adc1ac3ab92 (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 feb8bb5e17b6f6a7f461358db6afe84b37b04bf4
Merge: 6750c3d 82f4860
Author: Stefano Lattarini <address@hidden>
Date:   Wed Aug 18 23:46:38 2010 +0200

    Merge branch 'fix-decomp-tests-regression' into branch-1.11

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

Summary of changes:
 ChangeLog           |    7 +++++++
 tests/depcomp3.test |    2 +-
 tests/depcomp5.test |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3e4ad13..cdee1fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-08-18  Stefano Lattarini  <address@hidden>
+
+       Fix potential regressions in depcomp{3,5}.test.
+       * tests/depcomp3.test: Do not uselessly escape the character `$'
+       in makefile rules, when it's used to expand a make macro.
+       * tests/depcomp5.test: Likewise.
+
 2010-08-17  Stefano Lattarini  <address@hidden>
            Ralf Wildenhues  <address@hidden>
 
diff --git a/tests/depcomp3.test b/tests/depcomp3.test
index 513a01d..649fada 100755
--- a/tests/depcomp3.test
+++ b/tests/depcomp3.test
@@ -34,7 +34,7 @@ prg_SOURCES = src/sub.c src/foo.h
 
 .PHONY: grepdeps
 grepdeps:
-       grep 'src/sub\.\$(OBJEXT).*:' src/$(DEPDIR)/sub.Po
+       grep 'src/sub\.$(OBJEXT).*:' src/$(DEPDIR)/sub.Po
 
 END
 
diff --git a/tests/depcomp5.test b/tests/depcomp5.test
index 9a4e1b1..4fe7e16 100755
--- a/tests/depcomp5.test
+++ b/tests/depcomp5.test
@@ -42,7 +42,7 @@ prg_SOURCES = src/sub.c src/foo.h
 
 .PHONY: grepdeps
 grepdeps:
-       grep 'src/sub\.\$(OBJEXT).*:' src/$(DEPDIR)/sub.Po
+       grep 'src/sub\.$(OBJEXT).*:' src/$(DEPDIR)/sub.Po
 
 END
 


hooks/post-receive
-- 
GNU Automake



reply via email to

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