mirror of
https://github.com/mirror/make.git
synced 2025-03-25 01:00:30 +08:00
Formerly remake.c.~36~
This commit is contained in:
parent
cff0af8d6d
commit
0e4062c177
6
remake.c
6
remake.c
@ -207,6 +207,12 @@ update_file (file, depth)
|
||||
d->file->command_state = f->command_state;
|
||||
d->file->update_status = f->update_status;
|
||||
d->file->updated = f->updated;
|
||||
if (debug_flag)
|
||||
{
|
||||
print_spaces (depth);
|
||||
printf ("File `%s' was also made by making `%s'.\n",
|
||||
d->file->name, f->name);
|
||||
}
|
||||
}
|
||||
|
||||
if (status != 0 && !keep_going_flag)
|
||||
|
Loading…
Reference in New Issue
Block a user