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


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-321-g0fded1f
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=0fded1fbcf17f321ae159aa828dc01da92e49f09

The branch, master has been updated
       via  0fded1fbcf17f321ae159aa828dc01da92e49f09 (commit)
       via  82f4860ab5725b8fdc3125c4f15c5fac3849bb72 (commit)
      from  eb8aece54c19af2dc88581f549477211b7e3d60c (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 0fded1fbcf17f321ae159aa828dc01da92e49f09
Merge: eb8aece 82f4860
Author: Stefano Lattarini <address@hidden>
Date:   Wed Aug 18 23:46:01 2010 +0200

    Merge branch 'fix-decomp-tests-regression'

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

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 2ebac07..a50a1d3 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]