diff options
author | Roland McGrath <roland@redhat.com> | 1992-04-29 21:11:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-04-29 21:11:44 +0000 |
commit | 08ab2b7f94cb05bd4a13a9756c052b9c44c8ff35 (patch) | |
tree | d18480b158141b013dd05f3b56126e0c03c40c3d | |
parent | d724ba173923fd42761361a2f8cdd29f56da20e8 (diff) | |
download | gunmake-08ab2b7f94cb05bd4a13a9756c052b9c44c8ff35.tar.gz |
Formerly job.c.~62~
-rw-r--r-- | job.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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...."); } |