summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2005-07-07 00:58:41 +0000
committerkan <kan@FreeBSD.org>2005-07-07 00:58:41 +0000
commit253af4de5559542d22963cabf36415592e477638 (patch)
tree8a1d0ecf1525ba41508a39ccc280894e45aa7cb6 /Makefile.inc1
parent2d2fef2be0a1ca4fe9f05c621bb2494d7a9ca47c (diff)
downloadFreeBSD-src-253af4de5559542d22963cabf36415592e477638.zip
FreeBSD-src-253af4de5559542d22963cabf36415592e477638.tar.gz
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
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 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}
OpenPOWER on IntegriCloud