From owner-cvs-all Wed May 30 0:37:47 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id EDCA837B422; Wed, 30 May 2001 00:37:41 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id RAA16473; Wed, 30 May 2001 17:37:39 +1000 Date: Wed, 30 May 2001 17:36:05 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING In-Reply-To: <200105300707.f4U77gM02906@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 30 May 2001, Warner Losh wrote: > imp 2001/05/30 00:07:42 PDT > > Modified files: > . UPDATING > Log: > Note: INSTALL=install -C is no longer supported. Use COPY=-C instead. > While the old way will continue to work for a while, it will cause > warnings until after 4.4, but before 4.5. COPY is a very bogus name for general install flags. However, INSTALLFLAGS can't be set in make.conf because it belongs to individual Makefiles. I use INSTALL="install -C -p -v -v" (I used to use INSTALL="install -C -D -D -p"). -p is another flag that no longer works with -d. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message