mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
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:
parent
aa39961e37
commit
d29831440a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100320
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user