[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-2059
From: |
Peter Rosin |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-2059-gdbeb8d2 |
Date: |
Tue, 06 Mar 2012 13:20:23 +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=dbeb8d2ff3a11f96358819c282f5444cceb3db24
The branch, master has been updated
via dbeb8d2ff3a11f96358819c282f5444cceb3db24 (commit)
from 6f4b08da92043093e29deddfec005900d496ff98 (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 dbeb8d2ff3a11f96358819c282f5444cceb3db24
Author: Peter Rosin <address@hidden>
Date: Tue Mar 6 14:19:10 2012 +0100
tests: do not clobber the $CC set by AM_PROG_CC_C_O
If $CC is originally a losing compiler, AM_PROG_CC_C_O will
modify $CC. "$MAKE -e" will then clobber this modified $CC
and reintroduce the raw losing compiler causing the test
to fail, as subdir-objects is in effect.
* tests/yacc-dist-nobuild-subdir.test: Drop -e from the $MAKE
invocations. This is safe since DISTCHECK_CONFIGURE_FLAGS is not
specified in the Makefile and since the YACC override is carried
over from the configure invocation into the Makefile making it
redundant to specifiy it again in the environment for $MAKE.
-----------------------------------------------------------------------
Summary of changes:
tests/yacc-dist-nobuild-subdir.test | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/yacc-dist-nobuild-subdir.test
b/tests/yacc-dist-nobuild-subdir.test
index 67568d7..3fdae8d 100755
--- a/tests/yacc-dist-nobuild-subdir.test
+++ b/tests/yacc-dist-nobuild-subdir.test
@@ -85,9 +85,9 @@ chmod u+w .
# Try to enable dependency tracking even with slow dependency
# extractors, to improve coverage.
../configure --enable-dependency-tracking YACC=false
-YACC=false $MAKE -e
+$MAKE
ls -l sub/*.[ch] && Exit 1
-env YACC=false DISTCHECK_CONFIGURE_FLAGS='YACC=false' $MAKE -e distcheck
+env DISTCHECK_CONFIGURE_FLAGS='YACC=false' $MAKE distcheck
:
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-2059-gdbeb8d2,
Peter Rosin <=