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:
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366541
+1
-1
@@ -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} \
|
||||
|
||||
Reference in New Issue
Block a user