Author: bdrewery
Date: Tue Oct 31 17:16:46 2017
New Revision: 325240
URL: https://svnweb.freebsd.org/changeset/base/325240

Log:
  Follow-up r297998: Remove redundant TOOLS_PREFIX in XMAKE.
  
  Sponsored by: Dell EMC Isilon

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1  Tue Oct 31 16:31:23 2017        (r325239)
+++ head/Makefile.inc1  Tue Oct 31 17:16:46 2017        (r325240)
@@ -556,7 +556,8 @@ TMAKE=              MAKEOBJDIRPREFIX=${OBJTREE} \
                MK_LLDB=no MK_TESTS=no
 
 # cross-tools stage
-XMAKE=         TOOLS_PREFIX=${WORLDTMP} ${BMAKE} \
+# TOOLS_PREFIX set in BMAKE
+XMAKE=         ${BMAKE} \
                TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
                MK_GDB=no MK_LLD_IS_LD=${MK_LLD_BOOTSTRAP} MK_TESTS=no
 
_______________________________________________
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