Changeset 2938 for branches/0.10-stable
- Timestamp:
- Jan 3, 2013, 9:33:35 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10-stable/test/common_defs.sh.in
r2806 r2938 115 115 @MKDIR_P@ --verbose $test_dir 116 116 117 # Taken from Automake 1.11 tests/defs.sh.in 118 119 # Unset some MAKE... variables that may cause 'make' to act like a 120 # recursively invoked sub-make. Any 'make' invocation in a test is 121 # conceptually an independent invocation, not part of the main 122 # 'yat' build. 123 unset MFLAGS 124 unset MAKEFLAGS 125 unset MAKELEVEL 126 unset DESTDIR 127 unset V 128 unset TESTS 129 unset TEST_LOGS 130 unset RECHECK_LOGS 131 unset VERBOSE 132 117 133 cd $test_dir 118 134
Note: See TracChangeset
for help on using the changeset viewer.