In message: <[EMAIL PROTECTED]> Andrew Novikov <[EMAIL PROTECTED]> writes: : Could someone please explan me the difference between: : : make buildkernel : make installkernel
If you've done a make buildworld, this should always work, reguardless of what tools you have installed in the base system. There are a number of nobs to make these faster. This even works accross different releases (eg, you can build a 5 kernel on a 4 box) most of the time too. : config : cd ../../compile/..... : make depend : make : make install This uses system tools, so they have to be in sync with the kernel. This is often more convenient when you are building lots of kernels to debug some problem in the kernel, but isn't any faster than the above if you are starting from dirt. Warner _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"