From e0009d41372f11aa5305da39483073846ac6989e Mon Sep 17 00:00:00 2001 From: ian Date: Fri, 20 Feb 2015 02:43:08 +0000 Subject: [PATCH] MFC r270190: Don't stop other parallel build legs on failure of make_check. git-svn-id: svn://svn.freebsd.org/base/stable/9@279039 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- tools/build/make_check/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/build/make_check/Makefile b/tools/build/make_check/Makefile index 94c5cf593..dd16a5d10 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) -- 2.45.0