aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libcompat
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2020-10-08 17:30:05 +0000
committerWarner Losh <imp@FreeBSD.org>2020-10-08 17:30:05 +0000
commit7eb9f7558cfc528dd67db3bc8f82314870615903 (patch)
treec66559b302fe90195b6afd8c1e282dd188d7593f /Makefile.libcompat
parent9ef917591248e35efea846d0d743b74503387099 (diff)
downloadsrc-7eb9f7558cfc528dd67db3bc8f82314870615903.tar.gz
src-7eb9f7558cfc528dd67db3bc8f82314870615903.zip
Race in 32-bit fixed
Use install insteald of install.sh for 32-bit builds to fight races there. Reviewed by: markj
Notes
Notes: svn path=/head/; revision=366541
Diffstat (limited to 'Makefile.libcompat')
-rw-r--r--Makefile.libcompat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.libcompat b/Makefile.libcompat
index 08630e9909b2..3f23a33aa19b 100644
--- a/Makefile.libcompat
+++ b/Makefile.libcompat
@@ -10,7 +10,7 @@ __<${_this:T}>__:
# Yes, the flags are redundant.
LIBCOMPATWMAKEENV+= \
- INSTALL="sh ${.CURDIR}/tools/install.sh" \
+ INSTALL="${INSTALL_CMD} -U" \
PATH=${TMPPATH} \
SYSROOT=${LIBCOMPATTMP} \
LIBDIR=/usr/lib${libcompat} \