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 /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 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2011-09-18 Paul Smith <psmith@gnu.org> + * main.c (main): If we're re-exec'ing and we're the master make, + then restore the job_slots value so it goes back into MAKEFLAGS + properly. See Savannah bug #33873. + * remake.c (library_search): STD_DIRS is computed when other static vars like buflen etc. are computed, so it must be static as well. See Savannah bug #32511. |