mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
Don't stop other legs of a parallel build due to a failure in make_check.
The whole point is to see if there's any failure, which is handled by building a newer version of make.
This commit is contained in:
parent
4c75e22659
commit
fad3f0e44f
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
.MAKE.MODE= normal
|
||||
|
||||
# Failure is handled by the invoker, don't kill other legs of a parallel build.
|
||||
MAKE_JOB_ERROR_TOKEN=no
|
||||
|
||||
# Test for broken LHS expansion.
|
||||
# This *must* cause make(1) to detect a recursive variable, and fail as such.
|
||||
.if make(lhs_expn)
|
||||
|
|
|
|||
Loading…
Reference in a new issue