summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2011-09-18 23:39:26 +0000
committerPaul Smith <psmith@gnu.org>2011-09-18 23:39:26 +0000
commitd472624f3300fa454e8271fb7647971877de8d89 (patch)
treef7468e7568b6294f09fd7b187e0cb3fd602fac91 /ChangeLog
parent0369a938254747fa2ab9ea09fe48b9c84ae7e19e (diff)
downloadgunmake-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e2a9786..adcab64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.