summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-12-26 21:40:45 +0000
committerian <ian@FreeBSD.org>2014-12-26 21:40:45 +0000
commitfe75b90da9fd90d1dc3257c0ccffafc2b48066d0 (patch)
treed1e42814b713bb0d2791d3ba89b940af677fd87f /tools/build
parente0931ed2a0c1fb9463f255c6c8312e0839abae46 (diff)
downloadFreeBSD-src-fe75b90da9fd90d1dc3257c0ccffafc2b48066d0.zip
FreeBSD-src-fe75b90da9fd90d1dc3257c0ccffafc2b48066d0.tar.gz
MFC r270190: Don't kill parallel jobs on (expected) failure of make_check.
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/make_check/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/build/make_check/Makefile b/tools/build/make_check/Makefile
index 9df224f..c9273c3 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)
OpenPOWER on IntegriCloud