Add reinstallkernel target. Does same thing as installkernel, but

executes the reinstall target rather than the install target that
installkernel does.
This commit is contained in:
Warner Losh 2000-09-17 21:02:58 +00:00
parent be3885b320
commit 66bea2a025

View File

@ -411,6 +411,9 @@ buildkernel:
installkernel:
cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
${CROSSENV} MACHINE=${MACHINE} ${MAKE} KERNEL=${INSTKERNNAME} install
reinstallkernel:
cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
${CROSSENV} MACHINE=${MACHINE} ${MAKE} KERNEL=${INSTKERNNAME} reinstall
#
# kernel