On 2006-02-02 01:07, "Chad Leigh -- Shire.Net LLC" <[EMAIL PROTECTED]> 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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"