On Tue, Oct 01, 2002 at 09:11:13AM -0500, Brian Henning wrote:
> Hello-
> 
> what is the differnece between these two files?
>  standard-supfile
>  stable-supfile
> in what situation would one cvsup one or the other?

stable-supfile always contains the configuration to cvsup the RELENG_4
branch, whereas standard-supfile is different on each of the different
branches.  Thus on 4.6.2-RELEASE, it pulls down the RELENG_4_6 branch,
on 4.x-STABLE it pulls down RELENG_4 and on 5-CURRENT, it pulls down
HEAD.

> the other question i have is what are the differnence between these two
> processes:
> config GENERIC
> cd ../../compile/GENERIC
> make depend; make; make install
> 
> as oposed to a the build world process?
> 
> when would you perform one over the other?

The first is the "old" way, the second is the "new" way.  The
 "make buildkernel" way uses build tools from the updated /usr/src
tree rather than the currently installed system, which is usually what
you want to do when updating the system.  Otherwise, use which ever
one tickles your fancy.

        Cheers,

        Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
                                                      Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK

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

Reply via email to