summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2008-10-23 16:06:49 +0000
committerdes <des@FreeBSD.org>2008-10-23 16:06:49 +0000
commit56068b0b4c59ff58d04b308f5660507fbfc2e1b5 (patch)
treec01aafcdecf73c512967a478fd1aad16b580357f /Makefile.inc1
parent66f807ed8b3634dc73d9f7526c484e43f094c0ee (diff)
downloadFreeBSD-src-56068b0b4c59ff58d04b308f5660507fbfc2e1b5.zip
FreeBSD-src-56068b0b4c59ff58d04b308f5660507fbfc2e1b5.tar.gz
Back out testing aid that was inadvertantly committed as part of r184205.
Noticed by: rdivacky
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 4fd97a6..df3d9d5 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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 "--------------------------------------------------------------"
OpenPOWER on IntegriCloud