On Sun, Dec 01, 2019 at 11:31:40AM +0100, Marc Espie wrote: > So dpb has been using MAKE_JOBS for a while, and landry said it would be > cool to actually have it work with regular builds as well. > > This patch: > - admits that parallel make is going to be used; > - renames PARALLEL_BUILD to something that reflects its actual usage > (and consumers as well): PARALLEL_USES_MAKE > - adds a PARALLEL_MAKE_JOBS that allows the user to tweak the number > of MAKE_JOBS used if they want (set to hw.ncpuonline) > > > The names are somewhat straightforward, though not particularly inspired, > so I'm game for suggestions. > > The logic itself is also possibly improvable...
I like this, and it does the right thing for mozilla ports. No opinion on the naming, and then maybe some bsd.port.mk(5) bits ?