From owner-freebsd-hackers Fri Dec 5 05:00:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA23228 for hackers-outgoing; Fri, 5 Dec 1997 05:00:57 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from tyree.iii.co.uk (tyree.iii.co.uk [193.117.77.66]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA23213 for ; Fri, 5 Dec 1997 05:00:42 -0800 (PST) (envelope-from nik@iii.co.uk) From: nik@iii.co.uk Received: from carrig.strand.iii.co.uk (carrig.strand.iii.co.uk [192.168.7.25]) by tyree.iii.co.uk (8.8.8/8.8.8) with ESMTP id MAA15975; Fri, 5 Dec 1997 12:55:58 GMT Received: (from nik@localhost) by carrig.strand.iii.co.uk (8.8.7/8.8.7) id NAA27353; Fri, 5 Dec 1997 13:01:11 GMT Message-ID: <19971205130110.60137@iii.co.uk> Date: Fri, 5 Dec 1997 13:01:10 +0000 To: Greg Lehey Cc: Francisco Reyes , "hackers@freebsd.org" Subject: Re: Why so many steps to build new kernel? References: <199712050750.XAA25888@super.zippo.com> <19971205161339.59500@lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.85e In-Reply-To: <19971205161339.59500@lemis.com>; from Greg Lehey on Fri, Dec 05, 1997 at 04:13:39PM +0800 Organization: interactive investor Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, Dec 05, 1997 at 04:13:39PM +0800, Greg Lehey wrote: > You wouldn't need to do that if you wrote: > > make config depend all install I don't think you want to do it quite like that. If my memory is correct, the .depend files created by the 'depend' target will not be used by make for the 'all' target. You need to run 'depend' and 'all' in two seperate makes. BICBW. I normally do; % cd /sys/compile/KERNEL % make clean depend; make -j 4 all; make install N -- --+==[ Nik Clayton is Just Another Perl Hacker at Interactive Investor ]==+-- It is easier to seek forgiveness than permission