Re: update just cvs?

2006-02-02 Thread Chad Leigh -- Shire.Net LLC


On Feb 2, 2006, at 9:51 AM, Giorgos Keramidas wrote:

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



Thanks

Chad

---
Chad Leigh -- Shire.Net LLC
Your Web App and Email hosting provider
chad at shire.net



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: update just cvs?

2006-02-02 Thread Giorgos Keramidas
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

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


update just cvs?

2006-02-02 Thread Chad Leigh -- Shire.Net LLC
It seems cvs is part of the base system.  Is it possible to just  
build and install (properly) cvs after updating my source tree?


Thanks
Chad

---
Chad Leigh -- Shire.Net LLC
Your Web App and Email hosting provider
chad at shire.net



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"