Skip to content

Commit

Permalink
Race in 32-bit fixed
Browse files Browse the repository at this point in the history
Use install insteald of install.sh for 32-bit builds to fight races there.

Reviewed by: markj
  • Loading branch information
bsdimp committed Oct 8, 2020
1 parent 9ef9175 commit 7eb9f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.libcompat
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit 7eb9f75

Please sign in to comment.