summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2013-09-06 02:57:15 +0000
committersjg <sjg@FreeBSD.org>2013-09-06 02:57:15 +0000
commit4a6a9b0a75f877672e647ddd84591d0358848913 (patch)
treee94ea0ab8fdd9a7729162c491d2c363ae50b34ba /Makefile
parent8e87a06e3bb953f5ad66e6ec32e5419312ee951d (diff)
downloadFreeBSD-src-4a6a9b0a75f877672e647ddd84591d0358848913.zip
FreeBSD-src-4a6a9b0a75f877672e647ddd84591d0358848913.tar.gz
During universe/tinderbox export MAKE_JOB_ERROR_TOKEN=no
This avoids aborting everything when one kernel fails. Reviewed by: obrien
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d002ca7..d324c7d 100644
--- a/Makefile
+++ b/Makefile
@@ -498,3 +498,11 @@ universe_epilogue:
buildLINT:
${MAKE} -C ${.CURDIR}/sys/${_TARGET}/conf LINT
+
+.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
OpenPOWER on IntegriCloud