Author: imp
Date: Thu Oct  8 17:30:05 2020
New Revision: 366541
URL: https://svnweb.freebsd.org/changeset/base/366541

Log:
  Race in 32-bit fixed
  
  Use install insteald of install.sh for 32-bit builds to fight races there.
  
  Reviewed by: markj

Modified:
  head/Makefile.libcompat

Modified: head/Makefile.libcompat
==============================================================================
--- head/Makefile.libcompat     Thu Oct  8 16:45:27 2020        (r366540)
+++ head/Makefile.libcompat     Thu Oct  8 17:30:05 2020        (r366541)
@@ -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} \
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to