Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2001 10:24:12 +0300
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        Gregory Neil Shapiro <gshapiro@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/share/sendmail Makefile
Message-ID:  <20010530102412.A85157@sunbay.com>
In-Reply-To: <200105291755.f4THtoI46308@freefall.freebsd.org>; from gshapiro@FreeBSD.org on Tue, May 29, 2001 at 10:55:50AM -0700
References:  <200105291755.f4THtoI46308@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 29, 2001 at 10:55:50AM -0700, Gregory Neil Shapiro wrote:
> gshapiro    2001/05/29 10:55:50 PDT
> 
>   Modified files:
>     share/sendmail       Makefile 
>   Log:
>   Unbreak installworld.  Revision 1.41 of src/usr.bin/xinstall/xinstall.c
>   made the usage here incorrect.
>   
>   Note that the change to install may cause other things to break, such as
>   the advice in src/etc/defaults/make.conf:
>   
>   # Compare before install
>   #INSTALL=install -C
>   
>   If users actually use this, any ${INSTALL} -d invocations in an installworld
>   will also fail.
>   
>   Submitted by:	David Wolfskill <david@catwhisker.org>
>   MFC after:	2 days
>   
>   Revision  Changes    Path
>   1.4       +2 -2      src/share/sendmail/Makefile
> 
This does not unbreak the buildworld if INSTALL="install -C"!
The problem was that -C and -d were made incompatible now.

install(1) now issues a warning about -C and -d being incompatible.
This will be forced to error before 4.5-RELEASE.

etc/make.conf will be modified to not provide a bad example.
You should use COPY=-C to force comparison in install(1).


Cheers,
-- 
Ruslan Ermilov		Oracle Developer/DBA,
ru@sunbay.com		Sunbay Software AG,
ru@FreeBSD.org		FreeBSD committer,
+380.652.512.251	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age

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?20010530102412.A85157>