In <[EMAIL PROTECTED]>, Brooks Davis <[EMAIL PROTECTED]> typed: > [Please don't top post, it loses context.] > > On Mon, Sep 20, 2004 at 02:34:12AM +0300, Andrew Novikov wrote: > > Hi, > > > > Could someone please explan me the difference between: > > > > make buildkernel > > make installkernel > > This uses the tool chain build by buildworld. This may be required if > config or the compiler version change. It should always work. > > > config > > cd ../../compile/..... > > make depend > > make > > make install > > This uses the installed toolchain. It's faster and allows you to only > do that part you need, but may not work.
To be more specific, the only time it won't work is when you've upgraded the system. If the sources you're working on have been installed and all you've done is tweaked the kernel, it'll always work. Better yet, you can skip some of the steps depending on how you've tweaked the kernel, resulting in much faster build times. <mike -- Mike Meyer <[EMAIL PROTECTED]> http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information. _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"