automake-ng
[Top][All Lists]
Advanced

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

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


From: Stefano Lattarini
Subject: [Automake-NG] [FYI] [ng]: tests: don't check whether $MAKE is GNU make -- of course it is
Date: Tue, 12 Jun 2012 15:39:43 +0200

Revealed by "make maintcheck".

* t/subobj-clean-pr10697.sh: Don't call 'using_gmake' to determine
whether $MAKE is GNU make, and just assume GNU make semantics for
automatic Makefile rebuilding.
* t/subobj-clean-lt-pr10697.sh: Likewise.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 t/subobj-clean-lt-pr10697.sh |    1 -
 t/subobj-clean-pr10697.sh    |    1 -
 2 files changed, 2 deletions(-)

diff --git a/t/subobj-clean-lt-pr10697.sh b/t/subobj-clean-lt-pr10697.sh
index cfebc99..bbf1425 100755
--- a/t/subobj-clean-lt-pr10697.sh
+++ b/t/subobj-clean-lt-pr10697.sh
@@ -145,7 +145,6 @@ mv -f t main.c
 sed -e '/sub1\/a\.c/d' -e 's|sub2/d\.c|sub2/x.c|' Makefile.am > t
 mv -f t Makefile.am
 
-using_gmake || $MAKE Makefile
 $MAKE
 test -f sub2/x.$OBJEXT
 
diff --git a/t/subobj-clean-pr10697.sh b/t/subobj-clean-pr10697.sh
index 69abc10..d9aa517 100755
--- a/t/subobj-clean-pr10697.sh
+++ b/t/subobj-clean-pr10697.sh
@@ -140,7 +140,6 @@ mv -f t main.c
 sed -e '/sub1\/a\.c/d' -e 's|sub2/d\.c|sub2/x.c|' Makefile.am > t
 mv -f t Makefile.am
 
-using_gmake || $MAKE Makefile
 $MAKE
 test -f sub2/x.$OBJEXT
 
-- 
1.7.9.5




reply via email to

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