summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2006-03-20 02:36:36 +0000
committerPaul Smith <psmith@gnu.org>2006-03-20 02:36:36 +0000
commit24aac7f8f6c72d60ce7c9f80868cbf21fb458072 (patch)
tree7172e5223fe888647c6a77fc0b892dfd8f081a45 /job.c
parent29e539bad01c06a7e9655b5c33a88f05455124ad (diff)
downloadgunmake-24aac7f8f6c72d60ce7c9f80868cbf21fb458072.tar.gz
Add some alloca(0) calls for systems without "normal" alloca support.
Fix a file descriptor leak with make re-exec while using the jobserver. Update some release information.
Diffstat (limited to 'job.c')
-rw-r--r--job.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/job.c b/job.c
index a81cd81..793a61b 100644
--- a/job.c
+++ b/job.c
@@ -716,7 +716,7 @@ reap_children (int block, int err)
if (c->good_stdin)
good_stdin_used = 0;
- dontcare = c->dontcare;
+ dontcare = c->file->dontcare;
if (child_failed && !c->noerror && !ignore_errors_flag)
{