[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, experimental/compilers-for-
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, experimental/compilers-for-testsuite, updated. v1.11-1525-gd8943dc |
Date: |
Tue, 25 Oct 2011 10:44: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=d8943dc8ce10cc06ee33783c55ea3c6519fff984
The branch, experimental/compilers-for-testsuite has been updated
via d8943dc8ce10cc06ee33783c55ea3c6519fff984 (commit)
from af2bd48e367c2f479dd4825a2beaf683ec340ffe (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 d8943dc8ce10cc06ee33783c55ea3c6519fff984
Author: Stefano Lattarini <address@hidden>
Date: Tue Oct 25 12:36:05 2011 +0200
tests: no need to unset CFLAGS in tests requiring 'gcc' anymore
* tests/ccnoco.test: Since this test have "gcc" in $required,
there is no need to manually nullify the CFLAGS variable, since
now `tests/defs' should automatically re-define that to a value
appropriate for gcc.
* tests/ccnoco3.test: Likewise.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 9 +++++++++
tests/ccnoco.test | 4 ----
tests/ccnoco3.test | 4 ----
3 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index b4f6996..bb741bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-10-25 Stefano Lattarini <address@hidden>
+
+ tests: no need to unset CFLAGS in tests requiring 'gcc' anymore
+ * tests/ccnoco.test: Since this test have "gcc" in $required,
+ there is no need to manually nullify the CFLAGS variable, since
+ now `tests/defs' should automatically re-define that to a value
+ appropriate for gcc.
+ * tests/ccnoco3.test: Likewise.
+
2011-10-21 Stefano Lattarini <address@hidden>
test defs: allow compilers to be auto-selected on user's request
diff --git a/tests/ccnoco.test b/tests/ccnoco.test
index bcd18fc..780ffe6 100755
--- a/tests/ccnoco.test
+++ b/tests/ccnoco.test
@@ -59,10 +59,6 @@ END
chmod +x Mycomp
-# Ignore user CFLAGS.
-CFLAGS=
-export CFLAGS
-
# Make sure the compiler doesn't understand `-c -o'
CC=`pwd`/Mycomp
export CC
diff --git a/tests/ccnoco3.test b/tests/ccnoco3.test
index 2a32f6b..82fb320 100755
--- a/tests/ccnoco3.test
+++ b/tests/ccnoco3.test
@@ -59,10 +59,6 @@ END
chmod +x Mycomp
-# Ignore user CFLAGS.
-CFLAGS=
-export CFLAGS
-
$ACLOCAL
$AUTOCONF
$AUTOMAKE --copy --add-missing
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, experimental/compilers-for-testsuite, updated. v1.11-1525-gd8943dc,
Stefano Lattarini <=