From owner-svn-src-all@FreeBSD.ORG Fri Dec 26 21:40:46 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7C33E42; Fri, 26 Dec 2014 21:40:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C33CD6761A; Fri, 26 Dec 2014 21:40:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBQLekqs039869; Fri, 26 Dec 2014 21:40:46 GMT (envelope-from ian@FreeBSD.org) Received: (from ian@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBQLekf0039868; Fri, 26 Dec 2014 21:40:46 GMT (envelope-from ian@FreeBSD.org) Message-Id: <201412262140.sBQLekf0039868@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ian set sender to ian@FreeBSD.org using -f From: Ian Lepore Date: Fri, 26 Dec 2014 21:40:46 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r276256 - stable/10/tools/build/make_check X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Dec 2014 21:40:47 -0000 Author: ian Date: Fri Dec 26 21:40:45 2014 New Revision: 276256 URL: https://svnweb.freebsd.org/changeset/base/276256 Log: MFC r270190: Don't kill parallel jobs on (expected) failure of make_check. Modified: stable/10/tools/build/make_check/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/10/tools/build/make_check/Makefile ============================================================================== --- stable/10/tools/build/make_check/Makefile Fri Dec 26 21:11:33 2014 (r276255) +++ stable/10/tools/build/make_check/Makefile Fri Dec 26 21:40:45 2014 (r276256) @@ -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)