From owner-cvs-all Tue May 29 11:35:16 2001 Delivered-To: cvs-all@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 4928E37B422; Tue, 29 May 2001 11:35:10 -0700 (PDT) (envelope-from gshapiro@gshapiro.net) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.11.4/8.11.4) id f4TIYrm70070; Tue, 29 May 2001 11:34:53 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15123.60365.434514.162129@horsey.gshapiro.net> Date: Tue, 29 May 2001 11:34:53 -0700 From: Gregory Neil Shapiro To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, ru@FreeBSD.org Subject: Re: cvs commit: src/share/sendmail Makefile In-Reply-To: <200105291833.f4TIXUE76473@harmony.village.org> References: <200105291755.f4THtoI46308@freefall.freebsd.org> <200105291833.f4TIXUE76473@harmony.village.org> X-Mailer: VM 6.92 under 21.5 (beta1) "anise" XEmacs Lucid 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 imp> : Unbreak installworld. Revision 1.41 of src/usr.bin/xinstall/xinstall.c imp> : made the usage here incorrect. imp> Ummm, if -c isn't recognized anymore, that's a big deal. It's not allowed with -d anymore: /* some options make no sense when creating directories */ - if (dostrip && dodir) + if ((safecopy || docompare || dostrip) && dodir) usage(); imp> : Note that the change to install may cause other things to break, such as imp> : the advice in src/etc/defaults/make.conf: imp> : imp> : # Compare before install imp> : #INSTALL=install -C imp> : imp> : If users actually use this, any ${INSTALL} -d invocations in an installworld imp> : will also fail. imp> That's also a big deal. Agreed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message