Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 2015 02:43:09 +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-9@freebsd.org
Subject:   svn commit: r279039 - stable/9/tools/build/make_check
Message-ID:  <201502200243.t1K2h90B060945@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Fri Feb 20 02:43:08 2015
New Revision: 279039
URL: https://svnweb.freebsd.org/changeset/base/279039

Log:
  MFC r270190: Don't stop other parallel build legs on failure of make_check.

Modified:
  stable/9/tools/build/make_check/Makefile
Directory Properties:
  stable/9/tools/build/make_check/   (props changed)

Modified: stable/9/tools/build/make_check/Makefile
==============================================================================
--- stable/9/tools/build/make_check/Makefile	Fri Feb 20 01:40:55 2015	(r279038)
+++ stable/9/tools/build/make_check/Makefile	Fri Feb 20 02:43:08 2015	(r279039)
@@ -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)



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