On 5/24/19 10:08 AM, Conrad Meyer wrote:
> On Fri, May 24, 2019 at 9:24 AM Andrew Gallatin <galla...@cs.duke.edu> wrote:
>> Dumb question about this: Will it update toolchains, or just use what
>> can find?
> 
> -DMAKE_JUST_KERNELS doesn't touch toolchains.  For that, there is the
> less memorable build step:
> 
> export NCPU=$((1 * $(sysctl -n hw.ncpu) / 3)); make -sj${NCPU}
> tinderbox JFLAG=-j${NCPU} UNIVERSE_TARGET=kernel-toolchain -DNO_CLEAN

You can spell it slightly shorter as 'make kernel-toolchains' (but still
needing -j, etc.)

-- 
John Baldwin
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to