Editing and compiling FreeBSD source

Brooks Davis brooks at one-eyed-alien.net
Sun Sep 19 16:38:35 PDT 2004


[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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20040919/22ac6cd8/attachment.bin


More information about the freebsd-hackers mailing list