]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] maintcheck: fix failures introduced by the recent merge of master
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 9 Jun 2012 19:17:33 +0000 (21:17 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 9 Jun 2012 19:17:51 +0000 (21:17 +0200)
* t/cxx-lt-demo.sh: Avoid use of "make -e".

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/cxx-lt-demo.sh

index 3c931e0d9aaacff0028e0ae2967db101f598a548..1e354b017b567310b241cd6578b77373bfda840e 100755 (executable)
@@ -122,12 +122,12 @@ std::string target (void)
 END
 
 ./configure
-CC=false $MAKE -e
+$MAKE CC=false
 ls -l . src lib # For debugging.
 $MAKE test-objs
 VERBOSE=yes $MAKE check-TESTS
 grep 'Howdy.*Testsuite' try.log || grep 'Skip:.*cross-compiled' try.log
 
-$MAKE -e CC=false distcheck
+$MAKE CC=false distcheck
 
 :