From: Stefano Lattarini Date: Wed, 28 Dec 2011 10:40:20 +0000 (+0100) Subject: tests: no need to unset CFLAGS in tests requiring 'gcc' anymore X-Git-Tag: ng-0.5a~27^2~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f161e0dfd28854195c9ad6c16219a23ca1097e8;p=thirdparty%2Fautomake.git 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. --- diff --git a/tests/ccnoco.test b/tests/ccnoco.test index bcd18fcda..780ffe626 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 2a32f6b1f..82fb320d5 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