From owner-cvs-all Wed May 30 0:24:27 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 4F7BF37B422; Wed, 30 May 2001 00:24:16 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f4U7OCS88466; Wed, 30 May 2001 10:24:12 +0300 (EEST) (envelope-from ru) Date: Wed, 30 May 2001 10:24:12 +0300 From: Ruslan Ermilov To: Gregory Neil Shapiro Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/sendmail Makefile Message-ID: <20010530102412.A85157@sunbay.com> Mail-Followup-To: Gregory Neil Shapiro , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200105291755.f4THtoI46308@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105291755.f4THtoI46308@freefall.freebsd.org>; from gshapiro@FreeBSD.org on Tue, May 29, 2001 at 10:55:50AM -0700 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 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 > 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