summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-07-18 12:54:55 +0000
committerru <ru@FreeBSD.org>2002-07-18 12:54:55 +0000
commit22ef5eeda558acdeccae3ce8719709218305667c (patch)
tree582cb8a081970c8a075a1eb8caeba9c2563defed /share
parent044696821aae8928a3219ff438dfb21f808c6494 (diff)
downloadFreeBSD-src-22ef5eeda558acdeccae3ce8719709218305667c.zip
FreeBSD-src-22ef5eeda558acdeccae3ce8719709218305667c.tar.gz
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
Diffstat (limited to 'share')
-rw-r--r--share/examples/etc/make.conf2
-rw-r--r--share/man/man5/make.conf.52
2 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 54ff687..af72a01 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 d6211d7..633e531 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
OpenPOWER on IntegriCloud