summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-04-29 21:11:44 +0000
committerRoland McGrath <roland@redhat.com>1992-04-29 21:11:44 +0000
commit08ab2b7f94cb05bd4a13a9756c052b9c44c8ff35 (patch)
treed18480b158141b013dd05f3b56126e0c03c40c3d /job.c
parentd724ba173923fd42761361a2f8cdd29f56da20e8 (diff)
downloadgunmake-08ab2b7f94cb05bd4a13a9756c052b9c44c8ff35.tar.gz
Formerly job.c.~62~
Diffstat (limited to 'job.c')
-rw-r--r--job.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/job.c b/job.c
index 1b8a4af..a4829d2 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....");
}