[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-185-g
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-185-g9c9cf0d |
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=9c9cf0d89bc1b5bdafd9fc8a42254f42c3935d5c
The branch, maint has been updated
via 9c9cf0d89bc1b5bdafd9fc8a42254f42c3935d5c (commit)
via 82f4860ab5725b8fdc3125c4f15c5fac3849bb72 (commit)
from 8f3f7d7a35a2e11b0979c8710b5205706e4c8b7b (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 9c9cf0d89bc1b5bdafd9fc8a42254f42c3935d5c
Merge: 8f3f7d7 82f4860
Author: Stefano Lattarini <address@hidden>
Date: Wed Aug 18 23:45:48 2010 +0200
Merge branch 'fix-decomp-tests-regression' into maint
-----------------------------------------------------------------------
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 9a13907..934eba6 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-185-g9c9cf0d,
Stefano Lattarini <=