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 Laight <david%l8s.co.uk@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: bin/48367: make(1) fails to parallelize in subdirs
Date: Thu, 7 Nov 2013 19:49:21 +0000

 On Thu, Nov 07, 2013 at 06:35:00PM +0000, Simon J. Gerraty wrote:
 > The following reply was made to PR bin/48367; it has been noted by GNATS.
 > 
 >  The makefile is wrong.
 >  According to make(1) you need .MAKE on targets which are supposed to
 >  pass on the jobs queue.
 
 IIRC you should only need to use ${MAKE}.
 
 The 'problem' is probably that when running:
        (cd mack && $(MAKE))
 the change tries to stop it passing the job token pipe fds into the shell.
 
        David
 
 -- 
 David Laight: david%l8s.co.uk@localhost
 


Home | Main Index | Thread Index | Old Index