svn commit: r366541 - head

Warner Losh imp at FreeBSD.org
Thu Oct 8 17:30:06 UTC 2020


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


More information about the svn-src-all mailing list