Re: Why should I use `config;make depend;make...` instead of `make kernel` when building from a stock source tree? (ref. Handbook sec. 9.3)

2003-02-02 Thread Scott Mitchell
On Sat, Feb 01, 2003 at 10:49:10PM -0800, Darren Pilgrim wrote: Lowell Gilbert wrote: Darren Pilgrim [EMAIL PROTECTED] writes: There are two sets of commands you can use to build a kernel in FreeBSD: Procedure 1 is the old way: config, make depend, make, make install. Procedure 2 is the

Re: Why should I use `config;make depend;make...` instead of `make kernel` when building from a stock source tree? (ref. Handbook sec. 9.3)

2003-02-02 Thread Giorgos Keramidas
Scott, pardon my replying to your post to write to Darren. I missed Darren's initial post and I wanted to chime in adding my bits to your excellent explanation. On 2003-02-02 10:31, Scott Mitchell [EMAIL PROTECTED] wrote: On Sat, Feb 01, 2003 at 10:49:10PM -0800, Darren Pilgrim wrote: Hey

Re: Why should I use `config;make depend;make...` instead of `make kernel`when building from a stock source tree? (ref. Handbook sec. 9.3)

2003-02-02 Thread Mike Meyer
In [EMAIL PROTECTED], Darren Pilgrim [EMAIL PROTECTED] typed: There are two sets of commands you can use to build a kernel in FreeBSD: Procedure 1 is the old way: config, make depend, make, make install. Procedure 2 is the make kernel sequence from makeworld. Section 9.3 of the Handbook

Re: Why should I use `config;make depend;make...` instead of `make kernel` when building from a stock source tree? (ref. Handbook sec. 9.3)

2003-02-02 Thread Scott Mitchell
[CC-ing Mike in since he added useful info to the thread on -questions] On Sun, Feb 02, 2003 at 02:49:16PM +0200, Giorgos Keramidas wrote: Scott, pardon my replying to your post to write to Darren. I missed Darren's initial post and I wanted to chime in adding my bits to your excellent

Why should I use `config;make depend;make...` instead of `make kernel`when building from a stock source tree? (ref. Handbook sec. 9.3)

2003-02-01 Thread Darren Pilgrim
There are two sets of commands you can use to build a kernel in FreeBSD: Procedure 1 is the old way: config, make depend, make, make install. Procedure 2 is the make kernel sequence from makeworld. Section 9.3 of the Handbook says I should use procedure 1 if I haven't updated my source tree.

Re: Why should I use `config;make depend;make...` instead of `make kernel` when building from a stock source tree? (ref. Handbook sec. 9.3)

2003-02-01 Thread Lowell Gilbert
Darren Pilgrim [EMAIL PROTECTED] writes: There are two sets of commands you can use to build a kernel in FreeBSD: Procedure 1 is the old way: config, make depend, make, make install. Procedure 2 is the make kernel sequence from makeworld. Section 9.3 of the Handbook says I should use