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:
9fd3c24
)
(child_error): Do nothing if IGNORED under -s.
author
Roland McGrath
<roland@redhat.com>
Mon, 7 Aug 1995 20:37:15 +0000
(20:37 +0000)
committer
Roland McGrath
<roland@redhat.com>
Mon, 7 Aug 1995 20:37:15 +0000
(20:37 +0000)
job.c
patch
|
blob
|
history
diff --git
a/job.c
b/job.c
index daefc5cbd2c59672b5159629012bd84a532ce7ee..c27f2a4ba6fb9690d206f84c886145c083c72a8a 100644
(file)
--- a/
job.c
+++ b/
job.c
@@
-175,6
+175,9
@@
child_error (target_name, exit_code, exit_sig, coredump, ignored)
int exit_code, exit_sig, coredump;
int ignored;
{
+ if (ignored && silent_flag)
+ return;
+
if (exit_sig == 0)
error (ignored ? "[%s] Error %d (ignored)" :
"*** [%s] Error %d",