]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] tests: drop another use of 'using_gmake'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 28 Jun 2012 15:37:23 +0000 (17:37 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 28 Jun 2012 15:43:00 +0000 (17:43 +0200)
* t/subdir-order.sh: Here.  The new 'using_gmake' instance had been
brought in one of the recent merges from master.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/subdir-order.sh

index 0ce19d9376f7c08f6d650f70ff622b174f3439a0..5ea7b79195ac7a77df45027a5ea267af5a6b502a 100644 (file)
@@ -124,26 +124,13 @@ all-local:
        : > run
 END
 
-echo dummy: > Makefile
-if using_gmake; then
-  jobs=-j12
-elif $MAKE -j12; then
-  jobs=-j12
-elif $MAKE -j 12; then
-  jobs="-j 12"
-else
-  jobs=none
-fi
-rm -f Makefile
-
 $ACLOCAL
 $AUTOCONF
 $AUTOMAKE -c --add-missing
 
 ./configure
 
-for j in '' "$jobs"; do
-  test x"$j" = x"none" && continue
+for j in '' '-j12'; do
   $MAKE $j
   test -f run
   test -f sub0/run