MFC r270190: Don't kill parallel jobs on (expected) failure of make_check.

This commit is contained in:
ian 2014-12-26 21:40:45 +00:00
parent e0931ed2a0
commit fe75b90da9

View File

@ -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)