From 555c6e60bcd9d37fba6e916457e494c34292f4c7 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Tue, 31 Oct 2017 17:16:46 +0000 Subject: [PATCH] Follow-up r297998: Remove redundant TOOLS_PREFIX in XMAKE. Sponsored by: Dell EMC Isilon --- Makefile.inc1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index e4edc50c67ee..41acea74c61c 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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