(child_error): Do nothing if IGNORED under -s.

This commit is contained in:
Roland McGrath 1995-08-07 20:37:15 +00:00
parent 9fd3c2453b
commit ee14af651f

3
job.c
View file

@ -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",