On 02/09/2016 11:16 AM, Ben Pfaff wrote:
> When GNU make sees that a command to be executed contains the string
> $(MAKE), it makes the jobserver that limits parallelism available to
> the command.  Otherwise, any sub-make that executes sees that
> parallelism is enabled but does not have access to the jobserver, so
> it prints a warning and turns off parallel job execution.
> 
> This also makes the dist-docs process run the same "make" that is
> executed at the top level, in case that's different from the default
> "make" found in $PATH.
> 
> Signed-off-by: Ben Pfaff <[email protected]>
> ---
> v1->v2: Rewrite commit message.

magic, indeed...

Acked-by: Russell Bryant <[email protected]>

-- 
Russell Bryant
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to