Unbreak make -s. There's about a 10% performance improvement with -s

in many environments.  The recent --- blah --- reintroduction has
killed.  That output makes almost no sense when all the other output
is silenced.
This commit is contained in:
imp 2009-01-30 16:12:32 +00:00
parent 8e86e76809
commit 0bdc05bc53

View File

@ -532,6 +532,7 @@ MainParseArgs(int argc, char **argv)
MFLAGS_append("-r", NULL);
break;
case 's':
beQuiet = TRUE;
beSilent = TRUE;
MFLAGS_append("-s", NULL);
break;