From 7eb9f7558cfc528dd67db3bc8f82314870615903 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 8 Oct 2020 17:30:05 +0000 Subject: [PATCH] Race in 32-bit fixed Use install insteald of install.sh for 32-bit builds to fight races there. Reviewed by: markj --- Makefile.libcompat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libcompat b/Makefile.libcompat index 08630e9909b..3f23a33aa19 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} \