From d29831440ac1f230d5d44c1fcc814c3103677ce1 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 18 Jul 2002 12:54:55 +0000 Subject: [PATCH] To force install(1) to always compare files before installing, one now needs to set COPY=-C as -C is no longer compatible with the -d option. It is also likely to be renamed to INSTALL_COPY soon. Update documentation to reflect this change. PR: bin/40724 --- share/examples/etc/make.conf | 2 +- share/man/man5/make.conf.5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 54ff68713699..af72a0121a72 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 -#INSTALL=install -C +#COPY= -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 d6211d73685f..633e531668c3 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 -INSTALL="install -C" +COPY=-C .Ed .It Va LOCAL_DIRS .Pq Vt str