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:
imp 2020-10-08 17:30:05 +00:00
parent 4dea0beaf2
commit 6373e8ba75

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} \