Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2001 17:36:05 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Warner Losh <imp@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src UPDATING
Message-ID:  <Pine.BSF.4.21.0105301728190.16206-100000@besplex.bde.org>
In-Reply-To: <200105300707.f4U77gM02906@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0105301728190.16206-100000>