summaryrefslogtreecommitdiffstats
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c
index d7451fc..aa42d58 100644
--- a/usr.bin/make/job.c
+++ b/usr.bin/make/job.c
@@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: job.c,v 1.9 1998/06/04 05:48:57 bde Exp $
+ * $Id: job.c,v 1.10 1998/08/24 10:15:53 cracauer Exp $
*/
#ifndef lint
@@ -2423,7 +2423,7 @@ Job_Init(maxproc, maxlocal)
lastNode = NILGNODE;
- if (maxJobs == 1
+ if (maxJobs == 1 || beVerbose == 0
#ifdef REMOTE
|| noMessages
#endif
OpenPOWER on IntegriCloud