diff options
| author | Ian Lepore <ian@FreeBSD.org> | 2014-08-20 00:33:37 +0000 |
|---|---|---|
| committer | Ian Lepore <ian@FreeBSD.org> | 2014-08-20 00:33:37 +0000 |
| commit | fad3f0e44fbfbc7deac55efc530075b59baa8275 (patch) | |
| tree | 7d54709d5a608e09d3c23fe521f0f747a633eb01 /tools | |
| parent | 4c75e22659c1f8830380b8952973c8699cc6c25a (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build/make_check/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/build/make_check/Makefile b/tools/build/make_check/Makefile index 9df224fa83f83..c9273c3efd851 100644 --- a/tools/build/make_check/Makefile +++ b/tools/build/make_check/Makefile @@ -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) |
