diff options
author | Paul Smith <psmith@gnu.org> | 2011-09-18 23:39:26 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2011-09-18 23:39:26 +0000 |
commit | d472624f3300fa454e8271fb7647971877de8d89 (patch) | |
tree | f7468e7568b6294f09fd7b187e0cb3fd602fac91 /tests/ChangeLog | |
parent | 0369a938254747fa2ab9ea09fe48b9c84ae7e19e (diff) | |
download | gunmake-d472624f3300fa454e8271fb7647971877de8d89.tar.gz |
When we re-exec the master makefile in a jobserver environment, ensure
that MAKEFLAGS is set properly so the re-exec'd make runs in parallel.
See Savannah bug #33873.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 4629b18..e2048ff 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,8 @@ 2011-09-18 Paul Smith <psmith@gnu.org> + * scripts/features/parallelism: On re-exec make sure we preserve + the value of MAKEFLAGS when necessary. See Savannah bug #33873. + * scripts/features/vpath3: Verify handling of -lfoo libraries found via vpath vs. the standard directory search. See Savannah bug #32511. |