[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-416-
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-416-gbedc81d |
Date: |
Tue, 09 Nov 2010 11:31:16 +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=bedc81d667c6b0d9dc65875b9d1fa453a134e540
The branch, master has been updated
via bedc81d667c6b0d9dc65875b9d1fa453a134e540 (commit)
via 928b446009f9c9abd47b41d7075d1113b7d9b369 (commit)
from 3dffb015de25fc5cd79134feb9b94cbc8a3f4994 (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 bedc81d667c6b0d9dc65875b9d1fa453a134e540
Merge: 3dffb01 928b446
Author: Stefano Lattarini <address@hidden>
Date: Tue Nov 9 12:24:22 2010 +0100
Merge branch 'backcompat-tests-fix'
commit 928b446009f9c9abd47b41d7075d1113b7d9b369
Author: Stefano Lattarini <address@hidden>
Date: Tue Nov 9 11:58:23 2010 +0100
Fix bug in test `backcompat4.test' (stale autom4te cache).
* tests/backcompat4.test: Remove stale autom4te cache directory
before re-running aclocal and automake. Also, since we are at
it, be more verbose in displaying contents of generated files,
to ease debuggability.
Reported by Ralf Wildenhues.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 9 +++++++++
tests/backcompat4.test | 4 ++++
2 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index ab8770a..f289757 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-11-09 Stefano Lattarini <address@hidden>
+
+ Fix bug in test `backcompat4.test' (stale autom4te cache).
+ * tests/backcompat4.test: Remove stale autom4te cache directory
+ before re-running aclocal and automake. Also, since we are at
+ it, be more verbose in displaying contents of generated files,
+ to ease debuggability.
+ Reported by Ralf Wildenhues.
+
2010-11-07 Stefano Lattarini <address@hidden>
Fix a bug in variable concatanation with `+='.
diff --git a/tests/backcompat4.test b/tests/backcompat4.test
index 1bee059..f0625ea 100755
--- a/tests/backcompat4.test
+++ b/tests/backcompat4.test
@@ -41,20 +41,24 @@ for args in \
'foo:foo1.in:foo2.in:foo3.in' \
'foo:foo1.in:foo2.in:sub/bar.in:foo3.in' \
; do
+ rm -rf autom4te*.cache aclocal.m4
cat >configure.in <<END
AC_INIT([$me], [1.0])
AM_INIT_AUTOMAKE
AC_CONFIG_FILES([$args])
AC_OUTPUT
END
+ cat configure.in # for debugging
$ACLOCAL
$AUTOMAKE Makefile
mv -f Makefile.in Makefile.acf
+ rm -rf autom4te*.cache aclocal.m4
cat >configure.in <<END
AC_INIT([$me], [1.0])
AM_INIT_AUTOMAKE
AC_OUTPUT([$args])
END
+ cat configure.in # for debugging
$ACLOCAL
$AUTOMAKE Makefile
mv -f Makefile.in Makefile.aco
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-416-gbedc81d,
Stefano Lattarini <=