]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly job.c.~62~
authorRoland McGrath <roland@redhat.com>
Wed, 29 Apr 1992 21:11:44 +0000 (21:11 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 29 Apr 1992 21:11:44 +0000 (21:11 +0000)
job.c

diff --git a/job.c b/job.c
index 1b8a4af67644c38418775e14ba52c347a9667ce3..a4829d2bf508a90e0278f79bd1f303bab4d05d64 100644 (file)
--- 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....");
        }