Hi 

Is there any specific reason why one needs to be able to write a lock to the
CVS repo when running 'make update' to get a freshly checked out source? 
The Makefile.inc1 has:

.if defined(CVS_UPDATE)
        @echo
        "--------------------------------------------------------------"
        @echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT}
        @echo
        "--------------------------------------------------------------"
        cd ${.CURDIR}; cvs -q update -A -P -d
.endif

In other words, would adding '-R' hurt?

Wilko
[who hopes he did not miss the obvious]

-- 
|   / o / /  _           Arnhem, The Netherlands        email: [EMAIL PROTECTED]
|/|/ / / /( (_) Bulte    Powered by FreeBSD/alpha       http://www.freebsd.org  

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to