Need a build target

Patrick Mahan mahan at mahan.org
Mon Mar 8 18:56:11 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.
> 

I believe you are correct.  This should build exactly what I need.

As always, this list helps me when I'm stuck,

Patrick


More information about the freebsd-hackers mailing list