Partially revert r186559.

This commit is contained in:
David E. O'Brien 2009-02-03 15:27:29 +00:00
parent 911ee9f112
commit d9a0172df3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188075

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?