[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.12.1-20-
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.12.1-20-gc45604a |
Date: |
Mon, 11 Jun 2012 18:13:59 +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=c45604a7135b5301f8777b006f668f996aaac1a2
The branch, maint has been updated
via c45604a7135b5301f8777b006f668f996aaac1a2 (commit)
via 2f67c25fec563f03e6f0ac588c8642bd60f32b93 (commit)
via c5e9dac8217de5d7191a3ae8a5043609144bf767 (commit)
via c39549d0ddf3c1dfa998765559f99213e5aa155c (commit)
from 620362cdebb4bbc855fd58e3d0a525110257a7bf (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 c45604a7135b5301f8777b006f668f996aaac1a2
Merge: 620362c c5e9dac c39549d 2f67c25
Author: Stefano Lattarini <address@hidden>
Date: Mon Jun 11 19:48:08 2012 +0200
tests: merged some testsuite fixlets
* fix-cxx-libtool-demo:
tests: avoid failure due to libtool quirks in C++ demo test
* subdir-objects-pr10697:
tests: fix spurious failures due to missing '$sleep'
* subdirs-simplify:
subdir tests: avoid an use of "make -j4", for portability
Signed-off-by: Stefano Lattarini <address@hidden>
commit 2f67c25fec563f03e6f0ac588c8642bd60f32b93
Author: Stefano Lattarini <address@hidden>
Date: Mon Jun 11 19:46:46 2012 +0200
subdir tests: avoid an use of "make -j4", for portability
Otherwise, a spurious failure with Solaris CCS make can be triggered.
The coverage is not actually reduced, since the code path is still
covered when one runs the testsuite with AM_TESTSUITE_MAKE="make -jN"
(as should be done periodically).
* t/subdir-distclean.sh : Call simply "make maintainer-check", not
"make -j4 maintainer-check".
Signed-off-by: Stefano Lattarini <address@hidden>
commit c5e9dac8217de5d7191a3ae8a5043609144bf767
Author: Stefano Lattarini <address@hidden>
Date: Mon Jun 11 19:38:54 2012 +0200
tests: avoid failure due to libtool quirks in C++ demo test
Revealed by failures on NetBSD 5.1.
* t/cxx-lt-demo.sh: In "make distcheck" invocation, don't define 'CC'
to "false", as that value would be exported and passed to the child
./configure invocation, and some configure checks generated by libtool
autoconf macros can still require a C preprocessor even for packages
using only C++, and bail out if it's not found. The problem was not
apparent on Solaris and GNU/Linux because those systems have a
'/lib/cpp' program, and configure detected and used that as a fallback
C preprocessor.
Signed-off-by: Stefano Lattarini <address@hidden>
commit c39549d0ddf3c1dfa998765559f99213e5aa155c
Author: Stefano Lattarini <address@hidden>
Date: Mon Jun 11 18:52:38 2012 +0200
tests: fix spurious failures due to missing '$sleep'
Revealed by failures on NetBSD 5.1.
* t/subobj-clean-pr10697.sh: Call '$sleep' before modifying the
files that should trigger an automatic remake.
* t/subobj-clean-lt-pr10697.sh: Likewise.
Signed-off-by: Stefano Lattarini <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
t/cxx-lt-demo.sh | 2 +-
t/subdir-distclean.sh | 2 +-
t/subobj-clean-lt-pr10697.sh | 2 ++
t/subobj-clean-pr10697.sh | 2 ++
4 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/t/cxx-lt-demo.sh b/t/cxx-lt-demo.sh
index 3c931e0..c110435 100755
--- a/t/cxx-lt-demo.sh
+++ b/t/cxx-lt-demo.sh
@@ -128,6 +128,6 @@ $MAKE test-objs
VERBOSE=yes $MAKE check-TESTS
grep 'Howdy.*Testsuite' try.log || grep 'Skip:.*cross-compiled' try.log
-$MAKE -e CC=false distcheck
+$MAKE distcheck
:
diff --git a/t/subdir-distclean.sh b/t/subdir-distclean.sh
index df89420..191c018 100755
--- a/t/subdir-distclean.sh
+++ b/t/subdir-distclean.sh
@@ -87,7 +87,7 @@ test -f sub1/subsub/Makefile
test -f sub1/run
touch sub2/oops sub1/subsub/oops
-$MAKE -j4 maintainer-clean
+$MAKE maintainer-clean
test ! -f sub1/run
test ! -f sub2/oops
test ! -f sub1/subsub/oops
diff --git a/t/subobj-clean-lt-pr10697.sh b/t/subobj-clean-lt-pr10697.sh
index 95a732c..0d8e4d0 100755
--- a/t/subobj-clean-lt-pr10697.sh
+++ b/t/subobj-clean-lt-pr10697.sh
@@ -134,6 +134,8 @@ $MAKE
test -f sub1/a.$OBJEXT
test -f sub2/d.$OBJEXT
+$sleep
+
mv -f sub2/d.c sub2/x.c
rm -f sub1/a.c
diff --git a/t/subobj-clean-pr10697.sh b/t/subobj-clean-pr10697.sh
index 3b51cf1..7ed07d6 100755
--- a/t/subobj-clean-pr10697.sh
+++ b/t/subobj-clean-pr10697.sh
@@ -129,6 +129,8 @@ $MAKE
test -f sub1/a.$OBJEXT
test -f sub2/d.$OBJEXT
+$sleep
+
mv -f sub2/d.c sub2/x.c
rm -f sub1/a.c
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.12.1-20-gc45604a,
Stefano Lattarini <=