NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/40115: make(1) behaviour is inconsistent across parallel and ordinary builds



The following reply was made to PR bin/40115; it has been noted by GNATS.

From: christos%zoulas.com@localhost (Christos Zoulas)
To: gnats-bugs%NetBSD.org@localhost, gnats-admin%netbsd.org@localhost, 
netbsd-bugs%netbsd.org@localhost
Cc: 
Subject: Re: bin/40115: make(1) behaviour is inconsistent across parallel and 
ordinary builds
Date: Sat, 6 Dec 2008 23:53:13 -0500

 On Dec 5, 11:20pm, asau%inbox.ru@localhost (Aleksej Saushev) wrote:
 -- Subject: bin/40115: make(1) behaviour is inconsistent across parallel and 
 
 This is not a bug. When -j is present, make tries to execute multiple
 shell commands in a single shell instance for efficiency. This is not
 very well documented in the man page, but -B gives a hint about it.
 If you want to execute each line in its own shell process, use -B.
 Most shell snippets that don't cd or chdir, benefit from the new way
 of execution.
 
 christos
 


Home | Main Index | Thread Index | Old Index