Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 1996 06:39:55 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-hackers@freebsd.org (FreeBSD hackers)
Cc:        sprice@hiwaay.net (Steve Price)
Subject:   Re: 'make udpate' patches
Message-ID:  <199609290439.GAA05670@uriah.heep.sax.de>
In-Reply-To: <324DF780.345BF651@hiwaay.net> from Steve Price at "Sep 28, 96 11:13:52 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
As Steve Price wrote:

> I was considering the attached patches for inclusion in the tree.
> If nobody has any strenuous objections in the next day or so I
> will commit them.

Objection.

> +.if defined(CVS_FLAGS)
> +	cd ${.CURDIR} &&  cvs -q update ${CVS_FLAGS}
> +.else
>  	cd ${.CURDIR} &&  cvs -q update -P -d
> +.endif

Specifying

update <your intended update flags>

in your ~/.cvsrc should probably be similar (though not the same).

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



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