Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Mar 2000 13:41:13 -0700 (MST)
From:      "Chad R. Larson" <chad@DCFinc.com>
To:        andrews@technologist.com (Will Andrews)
Cc:        blk@skynet.be, freebsd-stable@FreeBSD.ORG
Subject:   Re: cd /usr/src; make update?
Message-ID:  <200003082041.NAA26494@freeway.dcfinc.com>
In-Reply-To: <20000308115928.D424@argon.blackdawn.com> from Will Andrews at "Mar 8, 0 11:59:28 am"

next in thread | previous in thread | raw e-mail | index | archive | help
As I recall, Will Andrews wrote:
> On Wed, Mar 08, 2000 at 09:32:30AM -0700, Chad R. Larson wrote:
> > I put my CVSup files in a seperate directory (/usr/sup).  I have
> > files for src doc and ports, and run the CVSup's by hand before
> > doing a "make world".
> 
> This is precisely the same method I use to update my -CURRENT and -STABLE
> sources as well as my CVS repository.
> 
> I customize them as far as needed, then I just run
>         # cd /usr/sup && cvsup <supfile>

Though my command looks like

    #!/bin/csh
    echo "CVSup started at `date`" > SupLog
    cvsup -P- -L2 -g cvsupfile >>& SupLog
    echo "CVSup completed at `date`" >> SupLog


	-crl
--
Chad R. Larson (CRL15)   602-953-1392   Brother, can you paradigm?
chad@dcfinc.com         chad@larsons.org          larson1@home.net   
DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003082041.NAA26494>