Date: Mon, 21 May 2001 19:48:28 +0200 From: Wilko Bulte <wkb@freebie.demon.nl> To: hackers@freebsd.org Subject: -R for make update ? Message-ID: <20010521194828.A789@freebie.demon.nl>
next in thread | raw e-mail | index | archive | help
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: wilko@freebsd.org |/|/ / / /( (_) Bulte Powered by FreeBSD/alpha http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010521194828.A789>