mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
For installkernel, use the fresh tools (if we've built them with
buildworld). Reviewed by: imp, marcel Approved by: re (rwatson)
This commit is contained in:
parent
db4a5cc27c
commit
fc599016e7
1 changed files with 2 additions and 1 deletions
|
|
@ -521,7 +521,8 @@ buildkernel:
|
|||
#
|
||||
installkernel reinstallkernel:
|
||||
cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
|
||||
${CROSSENV} ${MAKE} KERNEL=${INSTKERNNAME} ${.TARGET:S/kernel$//}
|
||||
${CROSSENV} PATH=${TMPPATH} \
|
||||
${MAKE} KERNEL=${INSTKERNNAME} ${.TARGET:S/kernel$//}
|
||||
|
||||
#
|
||||
# update
|
||||
|
|
|
|||
Loading…
Reference in a new issue