projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
612a29e
)
(snap_deps): Set COMMANDS_SILENT for .SILENT, not COMMANDS_NOERROR.
author
Roland McGrath
<roland@redhat.com>
Thu, 27 Oct 1994 06:02:43 +0000
(06:02 +0000)
committer
Roland McGrath
<roland@redhat.com>
Thu, 27 Oct 1994 06:02:43 +0000
(06:02 +0000)
file.c
patch
|
blob
|
history
diff --git
a/file.c
b/file.c
index 748ec7368d754226a93c4f12ffe4dae9bfa1c8dd..c83d291767e7e27ed301758205d392985bfa58f3 100644
(file)
--- a/
file.c
+++ b/
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");