[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. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4
pgpCGEU7Cpeam.pgp
Description: PGP signature

