mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use the reinstallkernel.debug target, now that we have it.
This commit is contained in:
parent
c7301f9132
commit
4591175cd8
1 changed files with 1 additions and 1 deletions
|
|
@ -556,7 +556,7 @@ release.4:
|
|||
DESTDIR=${RD}/trees/base; \
|
||||
cd ${.CURDIR}/..; \
|
||||
${CROSSMAKE} ${KERNEL_FLAGS} -DNO_MODULES \
|
||||
reinstallkernel -DINSTALL_DEBUG \
|
||||
reinstallkernel.debug \
|
||||
DESTDIR=${RD}/trees/base
|
||||
touch ${.TARGET}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue