automake-ng
[Top][All Lists]
Advanced

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

[Automake-ng] [PATCH 4/5] [ng] test defs: don't unset variables not infl


From: Stefano Lattarini
Subject: [Automake-ng] [PATCH 4/5] [ng] test defs: don't unset variables not influential on GNU make
Date: Sat, 17 Dec 2011 11:51:36 +0100

* tests/defs (__MKLVL__): Don't unset, it was influential only
for BSD make, not GNU make.
(MAKE_JOBS_FIFO): Likewise.
(DMAKE_CHILD): Don't unset, it was influential only for Solaris
dmake, not GNU make.
(DMAKE_DEF_PRINTED): Likewise.
(DMAKE_MAX_JOBS): Likewise.
---
 ChangeLog  |   11 +++++++++++
 tests/defs |    2 --
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5770dd6..4c9aae7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
 2011-12-15  Stefano Lattarini  <address@hidden>
 
+       [ng] test defs: don't unset variables not influential on GNU make
+       * tests/defs (__MKLVL__): Don't unset, it was influential only
+       for BSD make, not GNU make.
+       (MAKE_JOBS_FIFO): Likewise.
+       (DMAKE_CHILD): Don't unset, it was influential only for Solaris
+       dmake, not GNU make.
+       (DMAKE_DEF_PRINTED): Likewise.
+       (DMAKE_MAX_JOBS): Likewise.
+
+2011-12-15  Stefano Lattarini  <address@hidden>
+
        [ng] tests: just assume make can chain suffix rules automatically
        * Makefile.am (sc_tests_make_can_chain_suffix_rules): New
        maintainer-check.
diff --git a/tests/defs b/tests/defs
index c333bcf..ebb2c24 100644
--- a/tests/defs
+++ b/tests/defs
@@ -140,8 +140,6 @@ set +e
 # conceptually an independent invocation, not part of the main
 # 'automake' build.
 unset MFLAGS MAKEFLAGS AM_MAKEFLAGS MAKELEVEL
-unset __MKLVL__ MAKE_JOBS_FIFO                     # For BSD make.
-unset DMAKE_CHILD DMAKE_DEF_PRINTED DMAKE_MAX_JOBS # For Solaris dmake.
 # Unset verbosity flag.
 unset V
 # Also unset variables that will let `make -e install' divert
-- 
1.7.2.3




reply via email to

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