update just cvs?

Giorgos Keramidas keramida at ceid.upatras.gr
Thu Feb 2 08:52:03 PST 2006


On 2006-02-02 01:07, "Chad Leigh -- Shire.Net LLC" <chad at shire.net> wrote:
> It seems cvs is part of the base system.  Is it possible to just  
> build and install (properly) cvs after updating my source tree?

If you have a userland and source tree that match each other, you can
use something like this:

    # cd /usr/src/bnu/usr.bin/cvs
    # make cleandir && make cleandir
    # make obj && make all
    # make install

This should update just the CVS related binaries.  Note that the *REAL*
source of cvs is under /usr/src/contrib/cvs though.  Make sure that both
/usr/src/contrib/cvs *AND* /usr/src/gnu/usr.bin/cvs are up to date
before you try to build cvs.

- Giorgos



More information about the freebsd-questions mailing list