Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 May 2001 11:34:53 -0700
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.org>
To:        Warner Losh <imp@harmony.village.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, ru@FreeBSD.org
Subject:   Re: cvs commit: src/share/sendmail Makefile 
Message-ID:  <15123.60365.434514.162129@horsey.gshapiro.net>
In-Reply-To: <200105291833.f4TIXUE76473@harmony.village.org>
References:  <200105291755.f4THtoI46308@freefall.freebsd.org> <200105291833.f4TIXUE76473@harmony.village.org>

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




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