Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Mar 2010 09:49:38 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-hackers@freebsd.org
Cc:        Patrick Mahan <mahan@mahan.org>
Subject:   Re: Need a build target
Message-ID:  <201003080949.38766.jhb@freebsd.org>
In-Reply-To: <4B941347.3060900@mahan.org>
References:  <4B941347.3060900@mahan.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.

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003080949.38766.jhb>