Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Dec 1997 23:50:45 +1100 (EDT)
From:      Darren Reed <avalon@coombs.anu.edu.au>
To:        helbig@Informatik.BA-Stuttgart.DE (Wolfgang Helbig)
Cc:        dkelly@hiwaay.net, freebsd-hackers@FreeBSD.ORG
Subject:   Re: Why so many steps to build new kernel?
Message-ID:  <199712101258.EAA10998@hub.freebsd.org>
In-Reply-To: <199712101014.LAA14585@rvc1.informatik.ba-stuttgart.de> from "Wolfgang Helbig" at Dec 10, 97 11:14:24 am

next in thread | previous in thread | raw e-mail | index | archive | help
In some mail from Wolfgang Helbig, sie said:
> 
> > 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.

How about this:

make depend && make kernel && make install

Darren



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