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:
parent
be3885b320
commit
66bea2a025
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user