diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2011-08-18 21:47:11 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2011-08-18 21:47:11 +0200 |
commit | 8c4d0f0650486315359a63b2b6a832dcf4986147 (patch) | |
tree | d2c3e007b112b7f9de8e34cbb2eb2412765adf6f /NEWS | |
parent | 1ebdc2c1b9a75420dd7518116a1e70b1ad6d93fc (diff) | |
parent | 91a7653997ca147b3242688f056c89840b789a09 (diff) | |
download | automake-8c4d0f0650486315359a63b2b6a832dcf4986147.tar.gz |
Merge branch 'maint'
* maint:
* THANKS (Daniel Richard G.): Update e-mail address.
java: avoid compilation errors when CLASSPATH is empty
parallel-tests: no more spurious successes for FreeBSD make
hacking: we now require autoconf 2.68
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -64,7 +64,9 @@ Bugs fixed in 1.11a: * Bugs introduced by 1.11: - The `parallel-tests' test driver works around a GNU make 3.80 bug with - trailing white space in the test list (`TESTS = foo $(EMPTY)'). + trailing white space in the test list (`TESTS = foo $(EMPTY)'), and + does not report spurious successes when used with concurrent FreeBSD + make (e.g., "make check -j3"). - The `silent-rules' option now also silences all compile rules if dependency tracking is disabled. Also, when `silent-rules' is not used, the output from |