On 04/04/2017 01:19 PM, Erik Joelsson wrote:
Hello Alex,It wasn't a typo, but it was also not correct, as you are pointing out. Setting JOBS to $(JOBS) would disable the jobserver for the sub make process and also risk flooding a smaller system. What we really need is a way to block the setting of -j in the "Init.gmk main" target. Something like this seems to work for me: [...]
Thanks! This patch worked for me with bootcycle builds on arm32 and other archs.
-- -Alex