From owner-freebsd-hackers Fri Jan 19 11: 6:43 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from tao.org.uk (genesis.tao.org.uk [194.242.131.94]) by hub.freebsd.org (Postfix) with ESMTP id DFE0A37B698; Fri, 19 Jan 2001 11:06:25 -0800 (PST) Received: by tao.org.uk (Postfix, from userid 100) id B1F4B31B7; Fri, 19 Jan 2001 19:06:24 +0000 (GMT) Date: Fri, 19 Jan 2001 19:06:24 +0000 From: Josef Karthauser To: Warner Losh Cc: Neil Blakey-Milner , FreeBSD Current Users , Marcel Moolenaar Subject: Re: Patch to fix "make buildkernel requires full obj directory" mistake Message-ID: <20010119190624.O9197@tao.org.uk> References: <20010119012341.B98401@tao.org.uk> <20010118141258.C84497@tao.org.uk> <20010118101315.A10537@rapier.smartspace.co.za> <20010118141258.C84497@tao.org.uk> <200101190036.f0J0aUs49436@harmony.village.org> <20010119012341.B98401@tao.org.uk> <200101190313.f0J3Dvs50534@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101190313.f0J3Dvs50534@harmony.village.org>; from imp@harmony.village.org on Thu, Jan 18, 2001 at 08:13:57PM -0700 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 18, 2001 at 08:13:57PM -0700, Warner Losh wrote: > > I thought that crunchgen dealt with the .o's that were created in the > buildworld process. It looks like it rebuilds them itself in a > whacked out way to make the whole thing work. No - it looks at the original Makefile to determine which .o's to build, and then writes a makefile that will build them itself. Now-a-days you can even specify custom CFLAGS within the crunch configuration file, and it can build the .o's anywhere you want. I'm for a buildkernel that works without having to buildworld first. Joe. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message