mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-28 11:57:28 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66005
@ -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