Partially revert r186559.

This commit is contained in:
obrien 2009-02-03 15:27:29 +00:00
parent 47467836cf
commit 86d5fdbc4b

View File

@ -2362,7 +2362,7 @@ Job_Init(int maxproc)
makeErrors = 0;
lastNode = NULL;
if ((maxJobs == 1 && fifoFd < 0) || is_posix || beQuiet) {
if ((maxJobs == 1 && fifoFd < 0) || !beVerbose || is_posix || beQuiet) {
/*
* If only one job can run at a time, there's no need for a
* banner, no is there?