]> git.ipfire.org Git - thirdparty/make.git/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Sun, 26 Nov 1995 01:43:28 +0000 (01:43 +0000)
committerRoland McGrath <roland@redhat.com>
Sun, 26 Nov 1995 01:43:28 +0000 (01:43 +0000)
ChangeLog

index 3df3386409dcd2dac9a70e570c4bd942a0d7bd3c..94c0a0e8500a25149cdc0eef094646b9e8fb8dfc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,15 @@
 Sat Nov 25 20:35:18 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
 
+       * job.c [HAVE_UNION_WAIT]: Include sys/wait.h.
+
        * main.c (log_working_directory): Made global.
        Print entering msg only once.
        * make.h (log_working_directory): Declare it.
        * misc.c (message): Take new arg PREFIX.  Print "make: " only if
        nonzero.  Call log_working_directory.
        * remake.c: Pass new arg in `message' calls.
+       * job.c (start_job_command): Pass new arg to `message'; fix
+       inverted test in that call.
 
 Tue Nov 21 19:01:12 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>