Back out testing aid that was inadvertantly committed as part of r184205.

Noticed by:	rdivacky
This commit is contained in:
Dag-Erling Smørgrav 2008-10-23 16:06:49 +00:00
parent 1ede983cc9
commit a9bff23c45
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184206

View File

@ -758,14 +758,11 @@ buildkernel:
@echo "--------------------------------------------------------------"
cd ${KRNLOBJDIR}/${_kernel}; ${KMAKE} ${CLEANDIR}
.endif
.if !defined(NO_KERNELOBJ)
@echo
@echo "--------------------------------------------------------------"
@echo ">>> stage 2.2: rebuilding the object tree"
@echo "--------------------------------------------------------------"
cd ${KRNLOBJDIR}/${_kernel}; ${KMAKE} obj
.endif
.if !defined(NO_KERNELTOOLS)
@echo
@echo "--------------------------------------------------------------"
@echo ">>> stage 2.3: build tools"
@ -782,7 +779,6 @@ buildkernel:
${MAKE} -DWITHOUT_SSP -DNO_CPU_CFLAGS -DNO_CTF ${target}
.endfor
.endif
.endif
.if !defined(NO_KERNELDEPEND)
@echo
@echo "--------------------------------------------------------------"