Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Nov 2005 14:16:46 GMT
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        luca@morettoni.net, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: misc/88840: Enable use of CVSROOT variable into src Makefile (for update target)
Message-ID:  <200511111416.jABEGk3r052948@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: Enable use of CVSROOT variable into src Makefile (for update target)

State-Changed-From-To: open->closed
State-Changed-By: ru
State-Changed-When: Fri Nov 11 14:04:53 GMT 2005
State-Changed-Why: 
CVSROOT is special environment variable that is already
set in environment for many people, and enforcing it
through the -d option may upset some of them.

What you want is already possible by doing
	make -DCVS_UPDATE CVS="cvs -d xxx"

http://www.freebsd.org/cgi/query-pr.cgi?pr=88840



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