svn commit: r348241 - head

Ian Lepore ian at freebsd.org
Sat May 25 17:08:21 UTC 2019


On Fri, 2019-05-24 at 10:08 -0700, Conrad Meyer wrote:
> On Fri, May 24, 2019 at 9:24 AM Andrew Gallatin <gallatin at 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
> 

Or "make toolchains".  Or "make kernel-toolchains".  But I think those
two build the same thing these days.

-- Ian



More information about the svn-src-all mailing list