* 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 <stefano.lattar...@gmail.com> + [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 <stefano.lattar...@gmail.com> + [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