Re: devel/scons: enable parallel builds

2021-08-29 Thread Jeremie Courreges-Anglas
On Sun, Aug 29 2021, "Kirill Bychkov" wrote: > On Tue, August 24, 2021 23:26, Omar Polo wrote: >> Hello ports, >> >> The attached patch makes devel/scons respect the MAKE_JOBS. It's >> particularly useful when building bigger ports like games/godot. It's >> similar to what cmake.port.mk does. >>

Re: devel/scons: enable parallel builds

2021-08-28 Thread Kirill Bychkov
On Tue, August 24, 2021 23:26, Omar Polo wrote: > Hello ports, > > The attached patch makes devel/scons respect the MAKE_JOBS. It's > particularly useful when building bigger ports like games/godot. It's > similar to what cmake.port.mk does. > > (this patch is unrelated to the scons update I'm go

devel/scons: enable parallel builds

2021-08-24 Thread Omar Polo
Hello ports, The attached patch makes devel/scons respect the MAKE_JOBS. It's particularly useful when building bigger ports like games/godot. It's similar to what cmake.port.mk does. (this patch is unrelated to the scons update I'm going to submit, it works with both scons 2 and scons 4) Ind