From owner-freebsd-hackers@FreeBSD.ORG Mon Mar 8 15:34:30 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9D9C10656DD for ; Mon, 8 Mar 2010 15:34:30 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 9D3EF8FC17 for ; Mon, 8 Mar 2010 15:34:30 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 4FA1846B46; Mon, 8 Mar 2010 10:34:30 -0500 (EST) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id ADD9F8A01F; Mon, 8 Mar 2010 10:34:29 -0500 (EST) From: John Baldwin To: freebsd-hackers@freebsd.org Date: Mon, 8 Mar 2010 09:49:38 -0500 User-Agent: KMail/1.12.1 (FreeBSD/7.3-CBSD-20100217; KDE/4.3.1; amd64; ; ) References: <4B941347.3060900@mahan.org> In-Reply-To: <4B941347.3060900@mahan.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201003080949.38766.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Mon, 08 Mar 2010 10:34:29 -0500 (EST) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.5 required=4.2 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Patrick Mahan Subject: Re: Need a build target X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2010 15:34:30 -0000 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