mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
During universe/tinderbox export MAKE_JOB_ERROR_TOKEN=no
This avoids aborting everything when one kernel fails. Reviewed by: obrien
This commit is contained in:
parent
2d395cb507
commit
7261834d28
1 changed files with 8 additions and 0 deletions
8
Makefile
8
Makefile
|
|
@ -498,3 +498,11 @@ universe_epilogue:
|
|||
|
||||
buildLINT:
|
||||
${MAKE} -C ${.CURDIR}/sys/${_TARGET}/conf LINT
|
||||
|
||||
.if defined(.PARSEDIR)
|
||||
.if make(universe)
|
||||
# we do not want a failure of one branch abort all.
|
||||
MAKE_JOB_ERROR_TOKEN= no
|
||||
.export MAKE_JOB_ERROR_TOKEN
|
||||
.endif
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue