MFC r255286: don't stop the whole universe build if one kernel fails.

This commit is contained in:
Ian Lepore 2014-08-20 00:06:54 +00:00
parent ec5ccbeb52
commit 378eae25f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/8/; revision=270188

View File

@ -372,3 +372,11 @@ universe_epilogue:
fi
.endif
.endif
.if defined(.PARSEDIR)
.if make(universe)
# we do not want a failure of one branch abort all.
MAKE_JOB_ERROR_TOKEN= no
.export MAKE_JOB_ERROR_TOKEN
.endif
.endif