Re: Editing and compiling FreeBSD source

2004-09-20 Thread Mike Meyer
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

Re: Editing and compiling FreeBSD source

2004-09-19 Thread M. Warner Losh
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

Re: Editing and compiling FreeBSD source

2004-09-19 Thread Brooks Davis
[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

Re: Editing and compiling FreeBSD source

2004-09-19 Thread Andrew Novikov
Hi, Could someone please explan me the difference between: make buildkernel make installkernel and config cd ../../compile/. make depend make make install Thanks! On Sat, 18 Sep 2004 00:30:59 -0500, Mike Meyer <[EMAIL PROTECTED]> wrote: > In <[EMAIL PROTECTED]>, Cantarella <[EMAIL PROTECT

Re: Editing and compiling FreeBSD source

2004-09-18 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Cantarella <[EMAIL PROTECTED]> typed: > >This is my first e-mail for this list. >I am interested in studing to better understand FreeBSD“s source code. >With 'make buildkernel' and 'make installkernel' is it possible to >compile the changes that I have made?

Re: Editing and compiling FreeBSD source

2004-09-18 Thread Giorgos Keramidas
On 2004-09-17 21:31, Andrew Novikov <[EMAIL PROTECTED]> wrote: > On Tue, 14 Sep 2004 08:54:02 +, [EMAIL PROTECTED] wrote: > > This is my first e-mail for this list. > > I am interested in studing to better understand FreeBSD?s source code. > > With 'make buildkernel' and 'make installkernel' is

Re: Editing and compiling FreeBSD source

2004-09-17 Thread Andrew Novikov
Hi, On Tue, 14 Sep 2004 08:54:02 +, Cantarella <[EMAIL PROTECTED]> wrote: > >This is my first e-mail for this list. >I am interested in studing to better understand FreeBSD“s source code. >With 'make buildkernel' and 'make installkernel' is it possible to >compile the changes