From owner-svn-src-all@FreeBSD.ORG Fri Feb 20 00:55:39 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC8DD411; Fri, 20 Feb 2015 00:55:39 +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 C7123F6B; Fri, 20 Feb 2015 00:55:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K0td7Y009795; Fri, 20 Feb 2015 00:55:39 GMT (envelope-from ian@FreeBSD.org) Received: (from ian@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1K0tdaQ009794; Fri, 20 Feb 2015 00:55:39 GMT (envelope-from ian@FreeBSD.org) Message-Id: <201502200055.t1K0tdaQ009794@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ian set sender to ian@FreeBSD.org using -f From: Ian Lepore Date: Fri, 20 Feb 2015 00:55:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r279034 - stable/8/tools/build/make_check X-SVN-Group: stable-8 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, 20 Feb 2015 00:55:40 -0000 Author: ian Date: Fri Feb 20 00:55:38 2015 New Revision: 279034 URL: https://svnweb.freebsd.org/changeset/base/279034 Log: MFC r270190: Don't stop other parallel build legs on failure of make_check. Modified: stable/8/tools/build/make_check/Makefile Directory Properties: stable/8/tools/build/make_check/ (props changed) Modified: stable/8/tools/build/make_check/Makefile ============================================================================== --- stable/8/tools/build/make_check/Makefile Fri Feb 20 00:40:26 2015 (r279033) +++ stable/8/tools/build/make_check/Makefile Fri Feb 20 00:55:38 2015 (r279034) @@ -1,5 +1,8 @@ # $FreeBSD$ +# 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)