diff options
author | Roland McGrath <roland@redhat.com> | 1995-11-26 01:43:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-11-26 01:43:28 +0000 |
commit | fb39f49937d764f4a659bd73c2f7b4855312b351 (patch) | |
tree | 80319fde52ec9a8d0b5c3cead7e5124a458257e7 /ChangeLog | |
parent | dccc12dbee6dfb6238ca5168f8c0eb0445fbd595 (diff) | |
download | gunmake-fb39f49937d764f4a659bd73c2f7b4855312b351.tar.gz |
.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |