summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2013-11-08 05:11:32 +0000
committerian <ian@FreeBSD.org>2013-11-08 05:11:32 +0000
commitaf80f0c4c5bf58b3d96720ccd207febaae7430af (patch)
treeee2f2978fba9f3d1de58d405e2da7dae63fe1008 /Makefile.inc1
parente4b674cb5a5f841570f3cbc9679b2aadbfe2cf7d (diff)
downloadFreeBSD-src-af80f0c4c5bf58b3d96720ccd207febaae7430af.zip
FreeBSD-src-af80f0c4c5bf58b3d96720ccd207febaae7430af.tar.gz
Build kernel tools along with other tools during world build, as well as
during kernel build (if they didn't get done with world). This will make -DMODULES_WITH_WORLD work, and it ensures the kernel tools are built as part of 'make kernel-toolchain'.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc11
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 15b16eb..1e70db7 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -540,6 +540,7 @@ _cross-tools:
@echo ">>> stage 3: cross tools"
@echo "--------------------------------------------------------------"
${_+_}cd ${.CURDIR}; ${XMAKE} cross-tools
+ ${_+_}cd ${.CURDIR}; ${XMAKE} kernel-tools
_includes:
@echo
@echo "--------------------------------------------------------------"
OpenPOWER on IntegriCloud