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 says I should use procedure 1 if I haven't 
> updated my source tree.  I can understand then need to use procedure 2 
> if I've updated my source tree, but why shouldn't I use it with an 
> unmodified tree?

There's no reason not to use the kernel targets, as already
discussed. The kernel targets does one thing different than the old
way - it uses tools from /usr/obj if they are there, otherwise it uses
the /usr tools.

The reason for using the old one is that you may be able to skip some
of the steps. In particular, if you're tweaking the sources, you can
just do make and make install - no need to go through the
config/depend steps.

        <mike
-- 
Mike Meyer <[EMAIL PROTECTED]>              http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to