summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2010-08-18 09:18:37 +0000
committerdes <des@FreeBSD.org>2010-08-18 09:18:37 +0000
commite05774fa697a2de8152100f5bbe48cfe75a027c4 (patch)
tree86271850423144babff24465d1eadbca8d1ac04b /Makefile.inc1
parentf43dd4adfcaeaab69e73a32b8e0cf16c8754ef86 (diff)
downloadFreeBSD-src-e05774fa697a2de8152100f5bbe48cfe75a027c4.zip
FreeBSD-src-e05774fa697a2de8152100f5bbe48cfe75a027c4.tar.gz
Revert r211436; it was a good idea, but not fully thought out.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc111
1 files changed, 2 insertions, 9 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 8263be0..d2581c5 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -814,16 +814,9 @@ buildkernel:
.endif
@echo
@echo "--------------------------------------------------------------"
- @echo ">>> stage 3.2: building the kernel"
+ @echo ">>> stage 3.2: building everything"
@echo "--------------------------------------------------------------"
- cd ${KRNLOBJDIR}/${_kernel}; ${KMAKE} kernel-all -DNO_MODULES_OBJ
- @echo
-.if !defined(MODULES_WITH_WORLD) && !defined(NO_MODULES) && exists(${KERNSRCDIR}/modules)
- @echo "--------------------------------------------------------------"
- @echo ">>> stage 3.3: building the modules"
- @echo "--------------------------------------------------------------"
- cd ${KRNLOBJDIR}/${_kernel}; ${KMAKE} modules-all -DNO_MODULES_OBJ
-.endif
+ cd ${KRNLOBJDIR}/${_kernel}; ${KMAKE} all -DNO_MODULES_OBJ
@echo "--------------------------------------------------------------"
@echo ">>> Kernel build for ${_kernel} completed on `LC_ALL=C date`"
@echo "--------------------------------------------------------------"
OpenPOWER on IntegriCloud