svn commit: r270188 - stable/8

Ian Lepore ian at FreeBSD.org
Wed Aug 20 00:06:54 UTC 2014


Author: ian
Date: Wed Aug 20 00:06:54 2014
New Revision: 270188
URL: http://svnweb.freebsd.org/changeset/base/270188

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

Modified:
  stable/8/Makefile   (contents, props changed)

Modified: stable/8/Makefile
==============================================================================
--- stable/8/Makefile	Tue Aug 19 23:33:51 2014	(r270187)
+++ stable/8/Makefile	Wed Aug 20 00:06:54 2014	(r270188)
@@ -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


More information about the svn-src-all mailing list