mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 05:57:17 +00:00
.
This commit is contained in:
parent
5ed1a6399a
commit
1305447ace
1 changed files with 20 additions and 5 deletions
15
ChangeLog
15
ChangeLog
|
@ -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>
|
||||
|
||||
* main.c (enter_command_line_file): Barf if NAME is "".
|
||||
|
|
Loading…
Reference in a new issue