tech-pkg archive

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

Re: destdir: 'make package' inconsistency



On Mon, Jan 05, 2009 at 08:00:37AM +0000, David Laight wrote:
 > > (and by extension, things like 'make replace package clean'.)
 > 
 > FWIW you don't want to invoke make like that!
 > 'make foo bar' requests that both 'foo' and 'bar' be built, it
 > does not define any order.
 > The target commands for 'make clean' could be done at any time
 > during the build sequence.

That seems like a bug, at least if you haven't said -j4 or whatnot.
I would expect it to behave the same as the right hand side of a
rule... does it accept .WAIT?

-- 
David A. Holland
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index