mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-06 20:42:58 +00:00
(snap_deps): Set COMMANDS_SILENT for .SILENT, not COMMANDS_NOERROR.
This commit is contained in:
parent
612a29e0dd
commit
857d7ad256
1 changed files with 1 additions and 1 deletions
2
file.c
2
file.c
|
@ -403,7 +403,7 @@ snap_deps ()
|
|||
else
|
||||
for (d = f->deps; d != 0; d = d->next)
|
||||
for (f2 = d->file; f2 != 0; f2 = f2->prev)
|
||||
f2->command_flags |= COMMANDS_NOERROR;
|
||||
f2->command_flags |= COMMANDS_SILENT;
|
||||
}
|
||||
|
||||
f = lookup_file (".POSIX");
|
||||
|
|
Loading…
Reference in a new issue