mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
- Revert gratuitous reinstall -> install change in previous commit.
- Don't try to build modules when compiling a kernel during release.
This commit is contained in:
parent
81dc16f619
commit
281ec158d7
1 changed files with 2 additions and 2 deletions
|
|
@ -779,8 +779,8 @@ doKERNEL:
|
|||
@cd ${.CURDIR}/../sys/${MACHINE}/conf && config ${KERNEL}
|
||||
@cd ${.CURDIR}/../sys/compile/${KERNEL} && \
|
||||
make kernel-depend && \
|
||||
make ${KERNEL_FLAGS} && \
|
||||
make kernel-install DESTDIR=${RD}/kernels && \
|
||||
make ${KERNEL_FLAGS} ${KERNEL_KO} && \
|
||||
make kernel-reinstall DESTDIR=${RD}/kernels && \
|
||||
[ -r ${.CURDIR}/../sys/${MACHINE}/conf/${KERNEL}.hints ] && \
|
||||
cp ${.CURDIR}/../sys/${MACHINE}/conf/${KERNEL}.hints ${RD}/kernels
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue