Deleted Added
full compact
Makefile (254437) Makefile (255286)
1#
1#
2# $FreeBSD: head/Makefile 254437 2013-08-17 04:41:35Z sjg $
2# $FreeBSD: head/Makefile 255286 2013-09-06 02:57:15Z sjg $
3#
4# The user-driven targets are:
5#
6# universe - *Really* build *everything* (buildworld and
7# all kernels on all architectures).
8# tinderbox - Same as universe, but presents a list of failed build
9# targets and exits with an error if there were any.
10# buildworld - Rebuild *everything*, including glue to help do

--- 482 unchanged lines hidden (view full) ---

493 cat ${FAILFILE} ;\
494 exit 1 ;\
495 fi
496.endif
497.endif
498
499buildLINT:
500 ${MAKE} -C ${.CURDIR}/sys/${_TARGET}/conf LINT
3#
4# The user-driven targets are:
5#
6# universe - *Really* build *everything* (buildworld and
7# all kernels on all architectures).
8# tinderbox - Same as universe, but presents a list of failed build
9# targets and exits with an error if there were any.
10# buildworld - Rebuild *everything*, including glue to help do

--- 482 unchanged lines hidden (view full) ---

493 cat ${FAILFILE} ;\
494 exit 1 ;\
495 fi
496.endif
497.endif
498
499buildLINT:
500 ${MAKE} -C ${.CURDIR}/sys/${_TARGET}/conf LINT
501
502.if defined(.PARSEDIR)
503.if make(universe)
504# we do not want a failure of one branch abort all.
505MAKE_JOB_ERROR_TOKEN= no
506.export MAKE_JOB_ERROR_TOKEN
507.endif
508.endif