Date: Wed, 10 Dec 1997 11:14:24 +0100 (MET) From: Wolfgang Helbig <helbig@Informatik.BA-Stuttgart.DE> To: dkelly@hiwaay.net (David Kelly) Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Why so many steps to build new kernel? Message-ID: <199712101014.LAA14585@rvc1.informatik.ba-stuttgart.de> In-Reply-To: <199712100124.TAA26461@nospam.hiwaay.net> from David Kelly at "Dec 9, 97 07:24:11 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> Whats wrong with "make depend kernel install"? That's what I've been The "depend" target produces the file .depend, which will be read by make(1) on the *next* run. It doesn't use the carefully built dependency rules for the "kernel" and "install" targets in this run. So, if you build the kernel each time from a clean build directory, the "depend" target is superfluous. Wolfgang
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712101014.LAA14585>