diff options
author | Paul Smith <psmith@gnu.org> | 1999-09-23 18:23:33 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-09-23 18:23:33 +0000 |
commit | dbb8f3e30bade196ab6c56b0918cbb7706cf49a6 (patch) | |
tree | 19484c45c39bd3206e9482ddd4f7169bf38c588f /ChangeLog | |
parent | c828aeaa985fde7010af946d4a6592bd51989d12 (diff) | |
download | gunmake-dbb8f3e30bade196ab6c56b0918cbb7706cf49a6.tar.gz |
* Ouch: found a bug where re-exec from changed makefiles turned off3.78.1
jobserver :(.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -1,3 +1,14 @@ +1999-09-23 Paul D. Smith <psmith@gnu.org> + + * 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 <psmith@gnu.org> * 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 <psmith@gnu.org> |