From owner-freebsd-hackers Mon May 21 10:43:16 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id E3F8637B422 for ; Mon, 21 May 2001 10:43:11 -0700 (PDT) (envelope-from wkb@freebie.demon.nl) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.22 #1) id 151ti2-0001vI-00 for hackers@freebsd.org; Mon, 21 May 2001 17:43:10 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.11.3/8.11.2) id f4LHmSs00799 for hackers@freebsd.org; Mon, 21 May 2001 19:48:28 +0200 (CEST) (envelope-from wkb) Date: Mon, 21 May 2001 19:48:28 +0200 From: Wilko Bulte To: hackers@freebsd.org Subject: -R for make update ? Message-ID: <20010521194828.A789@freebie.demon.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-OS: FreeBSD 4.3-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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