From: Roland McGrath Date: Wed, 29 Apr 1992 21:11:44 +0000 (+0000) Subject: Formerly job.c.~62~ X-Git-Tag: 3.70.2~805 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08ab2b7f94cb05bd4a13a9756c052b9c44c8ff35;p=thirdparty%2Fmake.git Formerly job.c.~62~ --- diff --git a/job.c b/job.c index 1b8a4af6..a4829d2b 100644 --- a/job.c +++ b/job.c @@ -213,6 +213,7 @@ reap_children (block, err) if (err && !child_died) { + /* We might block for a while, so let the user know why. */ fflush (stdout); error ("*** Waiting for unfinished jobs...."); }