Correct the kernel config name printed out during install.

PR:		156579
Submitted by:	dhw
This commit is contained in:
David E. O'Brien 2011-05-05 00:43:55 +00:00
parent cb777a0752
commit cb10fc9df3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221469

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} \