From dbb8f3e30bade196ab6c56b0918cbb7706cf49a6 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Thu, 23 Sep 1999 18:23:33 +0000 Subject: * Ouch: found a bug where re-exec from changed makefiles turned off jobserver :(. --- ChangeLog | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9a02343..e3b3166 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +1999-09-23 Paul D. Smith + + * Version 3.78.1 released. + + * make.texinfo: Update version/date stamp. + + * main.c (main): Argh. For some reason we were closing _all_ the + jobserver pipes before we re-exec'd due to changed makefiles. + This means that any re-exec got a "jobserver unavailable" error :-/. + I can't believe we didn't notice this before. + 1999-09-22 Paul D. Smith * Version 3.78 released. @@ -764,9 +775,9 @@ a bit saying whether we've seen this target in this pass or not. (update_goal_chain): Initially set the global considered toggle to 1, since all targets initialize their boolean to 0. At the end of - each pass, toggle the global considered variable. * filedef.h - (struct file): Per-file considered toggle bit. * file.c: New - global toggle variable considered. + each pass, toggle the global considered variable. + * filedef.h (struct file): Per-file considered toggle bit. + * file.c: New global toggle variable considered. 1999-04-05 Paul D. Smith -- cgit v1.2.3