From 50e2303d9257cc5a4cf0be787a18119cbc95eaa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 18 Aug 2010 09:18:37 +0000 Subject: [PATCH] Revert r211436; it was a good idea, but not fully thought out. --- Makefile.inc1 | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 8263be035799..d2581c573ecb 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 "--------------------------------------------------------------"