diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2009-02-03 15:27:29 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2009-02-03 15:27:29 +0000 |
| commit | d9a0172df3fa14e0a9b05426157ac224a63f4eee (patch) | |
| tree | 9854fefc250290c2d70e7190bfeb6fb65e2129f7 | |
| parent | 911ee9f11202852752dc48cfe1ce595808986424 (diff) | |
Notes
| -rw-r--r-- | usr.bin/make/job.c | 2 |
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? |
