Re: speedup build time

From: void <void_at_f-m.fm>
Date: Tue, 29 Oct 2024 23:21:21 UTC
On Tue, Oct 29, 2024 at 03:52:24PM -0700, Simon J. Gerraty wrote:
>Maku Bex <zagazaw2004@gmail.com> wrote:
>
>> * What (if any) "max_jobs" (make's "-j" parameter) are you using? 16
>
>BTW if you use 'buildworld-jobs' jobs.mk will default to -j 1.33C (1.33 *
>ncpu) and also save the output to ../buildworld.log

this is interesting

How do you use 'buildworld-jobs' ?
make buildworld buildworld-jobs?
make buildworld-jobs buildworld?

What if one wanted something different from hw.ncpu ?
make buildworld-jobs -6 ?

what about make kernel? installkernel?
--