mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Properly set `KERNEL' w/in the "doSTDKERNEL:" target.
Reviewed by: jhb
This commit is contained in:
parent
fb1af1f2bf
commit
2eeee21d52
1 changed files with 1 additions and 1 deletions
|
|
@ -841,7 +841,7 @@ doSTDKERNEL:
|
|||
@cd ${.CURDIR}/../sys/compile/${KERNEL} && \
|
||||
make depend && \
|
||||
make ${KERNEL_FLAGS} KERNEL=${kernel} && \
|
||||
make KERNEL=${kernel} DESTDIR=${RD}/kernels install && \
|
||||
make KERNEL=${KERNEL} DESTDIR=${RD}/kernels install && \
|
||||
[ -r ${.CURDIR}/../sys/${MACHINE}/conf/${KERNEL}.hints ] && \
|
||||
cp ${.CURDIR}/../sys/${MACHINE}/conf/${KERNEL}.hints ${RD}/kernels
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue