Need a build target

John Baldwin jhb at freebsd.org
Mon Mar 8 15:34:30 UTC 2010


On Sunday 07 March 2010 3:57:43 pm Patrick Mahan wrote:
> 
> All,
> 
> Just wanted some confirmation, but I have a need where I need
> to build just the kernel toolchain, kernel and the full toolchain
> and include files.  The first two I can do via 'make kernel-toolchain'
> and 'make buildkernel'.  However, to get the complete build toolchain
> and include files, suitable for building user applications, I still
> need to do a full 'buildworld'.

Perhaps 'make toolchain' would work?  You can then use 'make buildenv'
to do interactive builds.  I think you can use SUBDIR_OVERRIDE with 'make 
buildworld' to build specific subdirectories.

-- 
John Baldwin


More information about the freebsd-hackers mailing list