aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/job.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2009-02-03 15:27:29 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2009-02-03 15:27:29 +0000
commitd9a0172df3fa14e0a9b05426157ac224a63f4eee (patch)
tree9854fefc250290c2d70e7190bfeb6fb65e2129f7 /usr.bin/make/job.c
parent911ee9f11202852752dc48cfe1ce595808986424 (diff)
downloadsrc-d9a0172df3fa14e0a9b05426157ac224a63f4eee.tar.gz
src-d9a0172df3fa14e0a9b05426157ac224a63f4eee.zip
Partially revert r186559.
Notes
Notes: svn path=/head/; revision=188075
Diffstat (limited to 'usr.bin/make/job.c')
-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 58f773495816..e7220105387f 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?