mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-28 15:45:42 +00:00
Formerly remake.c.~24~
This commit is contained in:
parent
d8742e9b3e
commit
123c2494c3
1 changed files with 3 additions and 0 deletions
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 a new issue