mirror of
https://github.com/mirror/make.git
synced 2025-03-29 21:50:30 +08:00
Formerly remake.c.~24~
This commit is contained in:
parent
d8742e9b3e
commit
123c2494c3
3
remake.c
3
remake.c
@ -204,6 +204,7 @@ update_file (file, depth)
|
||||
|
||||
for (d = f->also_make; d != 0; d = d->next)
|
||||
{
|
||||
check_renamed (d->file);
|
||||
d->file->command_state = f->command_state;
|
||||
d->file->update_status = f->update_status;
|
||||
d->file->updated = f->updated;
|
||||
@ -321,6 +322,8 @@ update_file_1 (file, depth)
|
||||
{
|
||||
time_t mtime;
|
||||
|
||||
check_renamed (d->file);
|
||||
|
||||
mtime = file_mtime (d->file);
|
||||
check_renamed (d->file);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user