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
This commit is contained in:
Ruslan Ermilov 2002-07-18 12:54:55 +00:00
parent aa39961e37
commit d29831440a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100320
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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