From 253af4de5559542d22963cabf36415592e477638 Mon Sep 17 00:00:00 2001 From: kan 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 e1f9ed5..8807bf7 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.1