On Mon, May 21, 2001 at 07:48:28PM +0200, Wilko Bulte wrote:
> 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?
I don't see why it should.
Joe
PGP signature