NetBSD-Bugs archive

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

Re: bin/48367: make(1) fails to parallelize in subdirs



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

From: David Holland <dholland-bugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: bin/48367: make(1) fails to parallelize in subdirs
Date: Fri, 8 Nov 2013 08:08:21 +0000

 On Thu, Nov 07, 2013 at 07:50:00PM +0000, David Laight wrote:
  >  >  That doesn't explain why it works if run via all2.
  >  
  >  I bet make is only closing fd it opens.
  >  The make process that runs ${MAKE} all will be passed the job pipe
  >  fds - and I bet it doesn't make them close-on-exec.
  >  So all of it's children will find the job pipe.
 
 That's probably it.
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index