Date: Mon, 29 Jul 2002 21:18:50 -0400 From: Brian Dean <bsd@bsdhome.com> To: Ruslan Ermilov <ru@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src UPDATING src/share/man/man5 make.conf.5 src/share/examples/etc make.conf src/usr.bin/xinstall xinstall.c Message-ID: <20020730011850.GA25310@neutrino.bsdhome.com> In-Reply-To: <200207290851.g6T8p4sx001953@freefall.freebsd.org> References: <200207290851.g6T8p4sx001953@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jul 29, 2002 at 01:51:04AM -0700, Ruslan Ermilov wrote: > ru 2002/07/29 01:51:04 PDT > > Modified files: > . UPDATING > share/man/man5 make.conf.5 > share/examples/etc make.conf > usr.bin/xinstall xinstall.c > Log: > Ignore -C, -p, and -S options of install(1) when used with the -d > option. Warn about COPY being phased out. Restore the old method > of always comparing before installing: INSTALL="install -C". > > Requested by: bde Won't this make it difficult to see what is actually installed by an installworld target? Doing an 'ls -lt /bin', for example, and examining the date time stamps would easily identify cruft not installed by the current system. Or am I misunderstanding this change (defaulting to -C)? -Brian 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?20020730011850.GA25310>