Date: Mon, 08 Mar 2010 10:56:09 -0800 From: Patrick Mahan <mahan@mahan.org> To: John Baldwin <jhb@freebsd.org> Cc: freebsd-hackers@freebsd.org Subject: Re: Need a build target Message-ID: <201003081856.o28IurMF083640@ns.mahan.org> In-Reply-To: <201003080949.38766.jhb@freebsd.org> References: <4B941347.3060900@mahan.org> <201003080949.38766.jhb@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003081856.o28IurMF083640>