* Terry Lambert <[EMAIL PROTECTED]> [010626 02:41] wrote:
> John Baldwin wrote:
> > 
> > Actually, make depend takes a relatively long time, and when
> > I'm hacking on a kernel, I don't want to wait 15 minutes to
> > build a kernel after changing one file.  I compile kernels
> > w/o config or make depend a lot.
> 
> Me too.  I can make a small set of changes to a couple
> of kernel files, rebuild, reinstall, and reboot, and
> be running the new kernel in under 3 minutes.  Adding
> a "make depend" puts that a bit further out (annoyingly
> so).

You guys are right, you just have to be watchful if new headers
are added to files that you don't forget to 'make depend' otherwise
it gets nasty real fast like if those headers change. :)

-Alfred


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to