[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-544-
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-544-gf9313bc |
Date: |
Tue, 21 Dec 2010 00:41:25 +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=f9313bc5abd69cbb1d6dea36b8906ff4af1ef822
The branch, master has been updated
via f9313bc5abd69cbb1d6dea36b8906ff4af1ef822 (commit)
via a5a1e7f88b68b4513c12d23051ca84add3c30791 (commit)
from 28f932436195d91dff2e7c7f3f589b914b55acde (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 f9313bc5abd69cbb1d6dea36b8906ff4af1ef822
Merge: 28f9324 a5a1e7f
Author: Stefano Lattarini <address@hidden>
Date: Tue Dec 21 01:32:15 2010 +0100
Merge branch 'auxdir-tests'
commit a5a1e7f88b68b4513c12d23051ca84add3c30791
Author: Stefano Lattarini <address@hidden>
Date: Tue Dec 21 01:31:50 2010 +0100
Fix spurious failures in tests on AC_CONFIG_AUX_DIR.
* tests/auxdir7.test: Do not try to needlessly overwrite the files
`install-sh' and `missing'. This avoid spurious failures in "make
distcheck", when those files might be copied as read-only from the
`lib' directory.
* tests/auxdir8.test: Likewise.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 9 +++++++++
tests/auxdir7.test | 2 --
tests/auxdir8.test | 2 --
3 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 5473a93..5a9a50a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-21 Stefano Lattarini <address@hidden>
+
+ Fix spurious failures in tests on AC_CONFIG_AUX_DIR.
+ * tests/auxdir7.test: Do not try to needlessly overwrite the files
+ `install-sh' and `missing'. This avoid spurious failures in "make
+ distcheck", when those files might be copied as read-only from the
+ `lib' directory.
+ * tests/auxdir8.test: Likewise.
+
2010-12-18 Stefano Lattarini <address@hidden>
Make test 'posixsubst-script' portable to MinGW/MSYS.
diff --git a/tests/auxdir7.test b/tests/auxdir7.test
index 67710b6..05fbb4d 100755
--- a/tests/auxdir7.test
+++ b/tests/auxdir7.test
@@ -39,8 +39,6 @@ END
cp Makefile.am subdir/Makefile.am
: > mkinstalldirs
-: > install-sh
-: > missing
$ACLOCAL
$AUTOMAKE
diff --git a/tests/auxdir8.test b/tests/auxdir8.test
index 7d0c1ae..c3e57de 100755
--- a/tests/auxdir8.test
+++ b/tests/auxdir8.test
@@ -38,8 +38,6 @@ END
cp Makefile.am subdir/Makefile.am
: > mkinstalldirs
-: > install-sh
-: > missing
$ACLOCAL
$AUTOMAKE
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-544-gf9313bc,
Stefano Lattarini <=