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:
Warner Losh 2009-01-30 16:12:32 +00:00
parent 2699f8569c
commit e9b777e9cc

View File

@ -532,6 +532,7 @@ rearg:
MFLAGS_append("-r", NULL);
break;
case 's':
beQuiet = TRUE;
beSilent = TRUE;
MFLAGS_append("-s", NULL);
break;