summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-25 10:12:58 +0000
committerru <ru@FreeBSD.org>2005-11-25 10:12:58 +0000
commit268d463a3d0037950b457f8f9d2759ca1c4d016a (patch)
tree325196d29611c0b7f3675322655fbbe6cdd01579 /Makefile.inc1
parent885d3dc97f606c94146f671862f08f9a1e479cd4 (diff)
downloadFreeBSD-src-268d463a3d0037950b457f8f9d2759ca1c4d016a.zip
FreeBSD-src-268d463a3d0037950b457f8f9d2759ca1c4d016a.tar.gz
Revert revision 1.416 and don't create a hierarchy before installing
a kernel. It's slower and is generally only applicable to RELENG_4.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index e3ca0a4..73478a6 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -705,12 +705,6 @@ reinstallkernel reinstallkernel.debug: installcheck
false
.endif
@echo "--------------------------------------------------------------"
- @echo ">>> Making hierarchy"
- @echo "--------------------------------------------------------------"
- cd ${.CURDIR}; \
- ${CROSSENV} PATH=${TMPPATH} ${MAKE} -f Makefile.inc1 hierarchy
- @echo
- @echo "--------------------------------------------------------------"
@echo ">>> Installing kernel"
@echo "--------------------------------------------------------------"
cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
OpenPOWER on IntegriCloud