Correct the kernel config name printed out during install.

PR:		156579
Submitted by:	dhw
This commit is contained in:
obrien 2011-05-05 00:43:55 +00:00
parent d9965014f1
commit 13ee794d56

View File

@ -868,7 +868,7 @@ reinstallkernel reinstallkernel.debug: installcheck
false
.endif
@echo "--------------------------------------------------------------"
@echo ">>> Installing kernel ${KERNCONF}"
@echo ">>> Installing kernel ${INSTALLKERNEL}"
@echo "--------------------------------------------------------------"
cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
${CROSSENV} PATH=${TMPPATH} \