aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/job.c
diff options
context:
space:
mode:
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?