automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [FYI] tests: don't explicitly check whether $MAKE is GNU m


From: Stefano Lattarini
Subject: [Automake-NG] [FYI] tests: don't explicitly check whether $MAKE is GNU make
Date: Sat, 27 Oct 2012 13:28:54 +0200

* t/autohdr-subdir-pr12495.sh : Here.  Issue revealed by the
maintainer check 'sc_tests_no_gmake_checking'.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 t/autohdr-subdir-pr12495.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/t/autohdr-subdir-pr12495.sh b/t/autohdr-subdir-pr12495.sh
index 77d2522..fd5a204 100755
--- a/t/autohdr-subdir-pr12495.sh
+++ b/t/autohdr-subdir-pr12495.sh
@@ -70,9 +70,7 @@ for x in b c; do
   $MAKE $x.h.in 2>stderr && { cat stderr >&2; exit 1; }
   cat stderr >&2
   test ! -f $x.h.in
-  if using_gmake; then
-    grep "No rule to make target [\`\"']$x\.h\.in[\`\"']" stderr
-  fi
+  grep "No rule to make target [\`\"']$x\.h\.in[\`\"']" stderr
   : > $x.h.in
   cd "$ocwd" || fatal_ "cannot chdir back"
 done
-- 
1.8.0




reply via email to

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