1
0
mirror of https://git.FreeBSD.org/src.git synced 2026-06-02 11:24:32 +00:00

Race in 32-bit fixed

Use install insteald of install.sh for 32-bit builds to fight races there.

Reviewed by: markj
This commit is contained in:
Warner Losh
2020-10-08 17:30:05 +00:00
parent 9ef9175912
commit 7eb9f7558c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366541
+1 -1
View File
@@ -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} \