aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2005-07-07 00:58:41 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2005-07-07 00:58:41 +0000
commit2b9fc5e6374387408558163b7dc6b904ec65b85e (patch)
tree8a1d0ecf1525ba41508a39ccc280894e45aa7cb6 /Makefile.inc1
parent8f4094315102e63910e088cc5cc54badae75a348 (diff)
downloadsrc-2b9fc5e6374387408558163b7dc6b904ec65b85e.tar.gz
src-2b9fc5e6374387408558163b7dc6b904ec65b85e.zip
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
Notes
Notes: svn path=/head/; revision=147804
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
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}