From 2b9fc5e6374387408558163b7dc6b904ec65b85e Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Thu, 7 Jul 2005 00:58:41 +0000 Subject: Exclude build32 target from the list of toolchain and kernel-toolchain dependencies. We do not need to build 32bit compat tools to compile a kernel. Approved by: re (scottl) Reported by: jhb --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index e1f9ed5d3e1b..8807bf76a1a6 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -470,7 +470,7 @@ buildenv: @echo Entering world for ${TARGET_ARCH}:${TARGET} @cd ${.CURDIR} && env ${WMAKEENV} sh || true -TOOLCHAIN_TGTS= ${WMAKE_TGTS:N_depend:Neverything} +TOOLCHAIN_TGTS= ${WMAKE_TGTS:N_depend:Neverything:Nbuild32} toolchain: ${TOOLCHAIN_TGTS} kernel-toolchain: ${TOOLCHAIN_TGTS:N_includes:N_libraries} -- cgit v1.2.3