Re: Question on order and targets of kernel and world builds

2002-07-17 Thread Jim Arnold
Title: Re: Question on order and targets of kernel and world I would appreciate a bit more information on the 'world' and 'kernel' building process. Please point me at the right section of the Handbook or Greg's book if there is a succinct description.

Re: Question on order and targets of kernel and world builds

2002-07-17 Thread Garance A Drosihn
At 11:04 PM -0400 7/16/02, John Mills wrote: Hello - I would appreciate a bit more information on the 'world' and 'kernel' building process. Please point me at the right section of the Handbook or Greg's book if there is a succinct description. I have been doing 'CVSUP' followed by: # make

RE: Question on order and targets of kernel and world builds

2002-07-17 Thread John Mills
Pavan - On Tue, 16 Jul 2002, Balaji, Pavan wrote: make buildworld -- builds the kernel and the libraries (both kernel and user level) make buildkernel -- builds only the kernel Thanks - I didn't realize 'buildkernel' was redundant to 'buildworld'. You can build kernels with different

Re: Question on order and targets of kernel and world builds

2002-07-17 Thread John Mills
Garance - Thanks for the information and for replying. On Tue, 16 Jul 2002, Garance A Drosihn wrote: You should check: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html Will do. If you are fairly up-to-date with freebsd-stable, the preferred order would be more

Re: Question on order and targets of kernel and world builds

2002-07-17 Thread John Mills
Thanks Jim, Garance, and Pavan - I think I have the information and references now. I also think I had didn't have trouble before because I was basically moving only by very small steps in my rebuilds: bugfixes rather than any changes of APIs. _Much_ better to do this a bit more knowledgably.

Re: Question on order and targets of kernel and world builds

2002-07-17 Thread parv
in message [EMAIL PROTECTED], wrote John Mills thusly... Pavan - On Tue, 16 Jul 2002, Balaji, Pavan wrote: make buildworld -- builds the kernel and the libraries (both kernel and user level) make buildkernel -- builds only the kernel Thanks - I didn't realize 'buildkernel' was

Re: Question on order and targets of kernel and world builds

2002-07-17 Thread Brian T . Schellenberger
I'm pretty sure that that buildworld does *not* build kernels. If anybody has definitive information (like, proof) to the contrary I'd be interested in knowing. On Wednesday 17 July 2002 10:28 am, parv wrote: | in message [EMAIL PROTECTED], | wrote John Mills thusly... | | Pavan - | | On

RE: Question on order and targets of kernel and world builds

2002-07-17 Thread Balaji, Pavan
Nope. buildworld != builkernel. But buildworld does link the libraries. For example if you have a system call and a corresponding library, buildkernel will not be sufficient for you to allow the library call to invoke the corresponding system call -- however a buildworld would do that. Pavan

Re: Question on order and targets of kernel and world builds

2002-07-17 Thread parv
in message [EMAIL PROTECTED], wrote Balaji, Pavan thusly... Nope. buildworld != builkernel. But buildworld does link the libraries. thanks for clearing that up. for a moment you had me in utter amazement. -- To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe