Summary: `make` calls `buck`, who calls `make` again. The last `make` then gets confused because it wasn't called with `make -n` as it should be for a call of make-within-make. Unsetting this variable makes `make` forget that it's running inside `make`. The main benefit is that it removes annoying spamming of stderr by make/buck about disabling jobserver. The submake should also be more parallel now, although if other things are running in parallel they will ignore any limit set with `-j`. Reviewed By: jberdine Differential Revision: D3522156 fbshipit-source-id: 45db21amaster
parent
92801ba1c9
commit
8db2cf0e93
Loading…
Reference in new issue