summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2009-02-03 15:27:29 +0000
committerobrien <obrien@FreeBSD.org>2009-02-03 15:27:29 +0000
commit86d5fdbc4b99b47dcdb56aae32a6f486b0ff6447 (patch)
tree9854fefc250290c2d70e7190bfeb6fb65e2129f7 /usr.bin
parent47467836cf17c264476470094752baf6e98a2b34 (diff)
downloadFreeBSD-src-86d5fdbc4b99b47dcdb56aae32a6f486b0ff6447.zip
FreeBSD-src-86d5fdbc4b99b47dcdb56aae32a6f486b0ff6447.tar.gz
Partially revert r186559.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/make/job.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c
index 58f7734..e722010 100644
--- a/usr.bin/make/job.c
+++ b/usr.bin/make/job.c
@@ -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?
OpenPOWER on IntegriCloud