Not only build with buildworld, but also install with installworld all
alternative kernels. Sponsored by: Netflix Sponsored by: Nginx, Inc.
This commit is contained in:
parent
6d04a5ad40
commit
f3c7b830e5
@ -1127,6 +1127,14 @@ reinstallkernel reinstallkernel.debug: _installcheck_kernel
|
||||
cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
|
||||
${CROSSENV} PATH=${TMPPATH} \
|
||||
${MAKE} ${IMAKE_INSTALL} KERNEL=${INSTKERNNAME} ${.TARGET:S/kernel//}
|
||||
.for _kernel in ${BUILDKERNELS:[2..-1]}
|
||||
@echo "--------------------------------------------------------------"
|
||||
@echo ">>> Installing kernel ${_kernel}"
|
||||
@echo "--------------------------------------------------------------"
|
||||
cd ${KRNLOBJDIR}/${_kernel}; \
|
||||
${CROSSENV} PATH=${TMPPATH} \
|
||||
${MAKE} ${IMAKE_INSTALL} KERNEL=${INSTKERNNAME}.${_kernel} ${.TARGET:S/kernel//}
|
||||
.endfor
|
||||
|
||||
distributekernel distributekernel.debug:
|
||||
.if empty(INSTALLKERNEL)
|
||||
|
Loading…
Reference in New Issue
Block a user