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.
This commit is contained in:
Ruslan Ermilov 2005-11-25 10:12:58 +00:00
parent 8c957640aa
commit 4b2095e85b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152785

View File

@ -704,12 +704,6 @@ reinstallkernel reinstallkernel.debug: installcheck
@echo "ERROR: No kernel \"${KERNCONF}\" to install."; \
false
.endif
@echo "--------------------------------------------------------------"
@echo ">>> Making hierarchy"
@echo "--------------------------------------------------------------"
cd ${.CURDIR}; \
${CROSSENV} PATH=${TMPPATH} ${MAKE} -f Makefile.inc1 hierarchy
@echo
@echo "--------------------------------------------------------------"
@echo ">>> Installing kernel"
@echo "--------------------------------------------------------------"