automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-682-g


From: Peter Rosin
Subject: [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-682-gd51da57
Date: Thu, 02 Feb 2012 20:16:32 +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=d51da57f66d5ad66d1edfe3898baa0bef625f4e1

The branch, maint has been updated
       via  d51da57f66d5ad66d1edfe3898baa0bef625f4e1 (commit)
      from  85cadc4e7738b84cc107b2f7a2adad5a2fa29005 (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 d51da57f66d5ad66d1edfe3898baa0bef625f4e1
Author: Peter Rosin <address@hidden>
Date:   Thu Feb 2 21:08:46 2012 +0100

    tests: do not clobber the modified CC
    
    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/check8.test: Drop -e from the $MAKE invocation, since
    AM_COLOR_TESTS is not specified in the Makefile and -e is
    therefore not needed.

-----------------------------------------------------------------------

Summary of changes:
 tests/check8.test |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/check8.test b/tests/check8.test
index a9e5730..cbf1052 100755
--- a/tests/check8.test
+++ b/tests/check8.test
@@ -65,7 +65,7 @@ $AUTOCONF
 $AUTOMAKE -a
 
 ./configure
-AM_COLOR_TESTS=always $MAKE -e check >stdout 2>stderr &&
+AM_COLOR_TESTS=always $MAKE check >stdout 2>stderr &&
   { cat stdout; cat stderr >&2; Exit 1; }
 cat stdout
 cat stderr >&2


hooks/post-receive
-- 
GNU Automake



reply via email to

[Prev in Thread] Current Thread [Next in Thread]