From 2a8927efce725d1d177ca030f8748dd047f9a198 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 29 Jul 2002 08:51:04 +0000 Subject: 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 --- share/examples/etc/make.conf | 2 +- share/man/man5/make.conf.5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index af72a01..54ff687 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -74,7 +74,7 @@ #WANT_FORCE_OPTIMIZATION_DOWNGRADE=1 # # Compare before install -#COPY= -C +#INSTALL=install -C # # Mtree will follow symlinks #MTREE_FOLLOWS_SYMLINKS= -L diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index 633e531..d6211d7 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -136,7 +136,7 @@ the default install command. To have commands compared before doing the install, use .Bd -literal -offset indent -COPY=-C +INSTALL="install -C" .Ed .It Va LOCAL_DIRS .Pq Vt str -- cgit v1.1