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
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to