Subject: Re: Warning popping up during -j builds
To: Quentin Garnier <cube@cubidou.net>
From: Martin Husemann <martin@duskware.de>
List: tech-userlevel
Date: 08/18/2006 17:19:02
On Fri, Aug 18, 2006 at 04:37:54PM +0200, Quentin Garnier wrote:
> But how is it supposed to go to a child instance of make, then?
> I don't claim to understand anything about make, let alone its inner
> workings :)

By make adding it (silently) to the args (but not publishing that through
MAKEFLAGS) when creating a child make process, if it has been invoked with -j
or -J itself.

If make invokes a shell script, and that invokes another make, it is IMHO
not part of the recursive/parallel make tree - so the token queue should not
be passed on to it.

Martin