mirror of
https://github.com/opnsense/tools.git
synced 2026-05-28 04:35:46 -04:00
build/kernel: actually retain build chain after previous
This commit is contained in:
parent
6a0d3a58e7
commit
29ce7d28a1
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ __MAKE_CONF=
|
|||
${MAKE_ARGS_DEV}
|
||||
"
|
||||
|
||||
${ENV_FILTER} make -s -C${SRCDIR} -j${CPUS} kernel-toolchain ${MAKE_ARGS}
|
||||
${ENV_FILTER} make -s -C${SRCDIR} -j${CPUS} kernel-toolchain ${MAKE_ARGS} NO_CLEAN=yes
|
||||
${ENV_FILTER} make -s -C${SRCDIR} -j${CPUS} buildkernel ${MAKE_ARGS} NO_KERNELCLEAN=yes
|
||||
if [ "${1}" = "build" ]; then
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue