This commit is contained in:
Roland McGrath 1995-11-26 01:40:35 +00:00
parent 5ed1a6399a
commit 1305447ace

View file

@ -1,3 +1,18 @@
Sat Nov 25 20:35:18 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* 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.
Tue Nov 21 19:01:12 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* job.c (start_job_command): Use `message' to print the command,
and call it with null if the command is silent.
* remake.c (touch_file): Use message instead of printf.
Tue Oct 10 14:59:30 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> Tue Oct 10 14:59:30 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* main.c (enter_command_line_file): Barf if NAME is "". * main.c (enter_command_line_file): Barf if NAME is "".