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:
imp 2000-09-17 21:02:58 +00:00
parent aa73219e0b
commit ef2cc02be7

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