From 7261834d286ee4cb6eeb7ee0e4c99e16bca73216 Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Fri, 6 Sep 2013 02:57:15 +0000 Subject: During universe/tinderbox export MAKE_JOB_ERROR_TOKEN=no This avoids aborting everything when one kernel fails. Reviewed by: obrien --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d002ca767e9c..d324c7dba9e3 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 -- cgit v1.2.3