Re: speedup build time

From: void <void_at_f-m.fm>
Date: Mon, 28 Oct 2024 02:26:45 UTC
On Mon, Oct 28, 2024 at 02:23:06AM +0000, void wrote:

>make -j16 buildworld make -j16 kernel

should read 'make -j16 buildworld && make -j16 kernel'
--