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
8
Makefile
8
Makefile
@ -498,3 +498,11 @@ universe_epilogue:
|
|||||||
|
|
||||||
buildLINT:
|
buildLINT:
|
||||||
${MAKE} -C ${.CURDIR}/sys/${_TARGET}/conf LINT
|
${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 New Issue
Block a user