[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-214-g956cf31 |
Date: |
Sun, 02 Nov 2008 21:53:52 +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=956cf31f30be90b613d7afb8082b44feb8d2750f
The branch, master has been updated
via 956cf31f30be90b613d7afb8082b44feb8d2750f (commit)
from 3e155832be4fea62d84d244ba11f0d650127335c (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 956cf31f30be90b613d7afb8082b44feb8d2750f
Author: Ralf Wildenhues <address@hidden>
Date: Sun Nov 2 22:52:27 2008 +0100
Fix maintainer-check failure.
* tests/parallel-am.test: Rename variable to not match pattern
used in maintainer-check.
Signed-off-by: Ralf Wildenhues <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
tests/parallel-am.test | 6 +++---
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 586aee7..95fba5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-02 Ralf Wildenhues <address@hidden>
+
+ Fix maintainer-check failure.
+ * tests/parallel-am.test: Rename variable to not match pattern
+ used in maintainer-check.
+
2008-10-27 Ralf Wildenhues <address@hidden>
* NEWS: Fix typo.
diff --git a/tests/parallel-am.test b/tests/parallel-am.test
index de86271..8bd5585 100755
--- a/tests/parallel-am.test
+++ b/tests/parallel-am.test
@@ -84,8 +84,8 @@ $ACLOCAL
unset AUTOMAKE_JOBS
AUTOMAKE_run 0 --add-missing
mv stderr expected
-makefile_ins=`find . -name Makefile.in`
-for file in $makefile_ins; do
+Makefile_ins=`find . -name Makefile.in`
+for file in $Makefile_ins; do
mv $file $file.exp
done
@@ -96,7 +96,7 @@ for run in 1 2 3 4 5 6 7; do
rm -f build-aux/* sub*/Makefile.in
AUTOMAKE_run 0 --add-missing
diff stderr expected
- for file in $makefile_ins; do
+ for file in $Makefile_ins; do
diff $file $file.exp
done
done
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-214-g956cf31,
Ralf Wildenhues <=