automake-ng
[Top][All Lists]
Advanced

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

[Automake-ng] [FYI] [ng] maintcheck: avoid failures due to recent merge


From: Stefano Lattarini
Subject: [Automake-ng] [FYI] [ng] maintcheck: avoid failures due to recent merge
Date: Wed, 4 Apr 2012 12:04:12 +0200

* tests/link_cond.test: Avoid using "make -e".
* tests/vala-mix2.test: Do not require GNU make explicitly.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 tests/link_cond.test |    8 ++++----
 tests/vala-mix2.test |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/tests/link_cond.test b/tests/link_cond.test
index 7b9fd5a..6d1761a 100755
--- a/tests/link_cond.test
+++ b/tests/link_cond.test
@@ -62,11 +62,11 @@ main ()
 END
 
 ./configure have_cxx=no
-CXX=false $MAKE -e
+$MAKE CXX=false
 
 # Sanity check.
 rm -f foo foo.exe
-CC=false $MAKE -e && Exit 99
+$MAKE CC=false && Exit 99
 
 $MAKE distclean
 
@@ -81,10 +81,10 @@ int main (void)
 END
 
 ./configure have_cxx=yes
-CC=false $MAKE -e
+$MAKE CC=false
 
 # Sanity check.
 rm -f foo foo.exe
-CXX=false $MAKE -e && Exit 99
+$MAKE CXX=false && Exit 99
 
 :
diff --git a/tests/vala-mix2.test b/tests/vala-mix2.test
index 5162467..5da5629 100755
--- a/tests/vala-mix2.test
+++ b/tests/vala-mix2.test
@@ -17,7 +17,7 @@
 # Vala sources, C and C++ sources and C and C++ headers in the same
 # program.  Functional test.  See automake bug#10894.
 
-required='valac cc c++ GNUmake'
+required='valac cc c++'
 . ./defs || Exit 1
 
 cat >> configure.ac <<'END'
-- 
1.7.9




reply via email to

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