Re: Editing and compiling FreeBSD source
From: M. Warner Losh (imp_at_bsdimp.com)
Date: 09/20/04
- Previous message: Brooks Davis: "Re: Global (non _KERNEL) place for sockaddr_union?"
- In reply to: Andrew Novikov: "Re: Editing and compiling FreeBSD source"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 19 Sep 2004 23:24:50 -0600 (MDT) To: mymuss@gmail.com
In message: <c1e1c6a504091916341602b881@mail.gmail.com>
Andrew Novikov <mymuss@gmail.com> 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
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Brooks Davis: "Re: Global (non _KERNEL) place for sockaddr_union?"
- In reply to: Andrew Novikov: "Re: Editing and compiling FreeBSD source"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|