On Fri, Feb 21, 2014 at 08:07:47PM +0100, Juan Francisco Cantero Hurtado wrote:
> On Fri, Feb 21, 2014 at 12:32:58PM +0100, Marc Espie wrote:
> > On Fri, Feb 21, 2014 at 10:51:06AM +0000, Stuart Henderson wrote:
> > > Is this instead a target dependency issue? If you do "make a b c" without
> > > Makefile dependencies between them, I don't think there's any guarantee
> > > that they will run in order.
> > 
> > There isn't, indeed.
> > 
> > make in "traditional non-parallel mode" will tend to run them in order,
> > as lots of people don't know how to use make so that things are a bit 
> > friendlier, but I don't know if gmake does the same, and it's certainly
> > not guaranteed.
> > 
> 
> I've found where is the error. I had "MAKE_JOBS=2" in /etc/mk.conf.
> On my other machines, I have "PARALLEL_BUILD=NO" so I was not seeing the
> same error.

Don't *ever* put MAKE_JOBS=2 in /etc/mk.conf
you're guaranteed to break things very badly.

Reply via email to