Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 2015 00:55:39 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
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
Message-ID:  <201502200055.t1K0tdaQ009794@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502200055.t1K0tdaQ009794>