Deleted Added
full compact
Makefile (241298) Makefile (242522)
1#
1#
2# $FreeBSD: head/Makefile 241298 2012-10-06 20:01:05Z marcel $
2# $FreeBSD: head/Makefile 242522 2012-11-03 20:43:12Z marcel $
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

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

438.if defined(DOING_TINDERBOX)
439 @if [ -e ${FAILFILE} ] ; then \
440 echo "Tinderbox failed:" ;\
441 cat ${FAILFILE} ;\
442 exit 1 ;\
443 fi
444.endif
445.endif
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

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

438.if defined(DOING_TINDERBOX)
439 @if [ -e ${FAILFILE} ] ; then \
440 echo "Tinderbox failed:" ;\
441 cat ${FAILFILE} ;\
442 exit 1 ;\
443 fi
444.endif
445.endif
446
447buildLINT:
448 ${MAKE} -C ${.CURDIR}/sys/${_TARGET}/conf LINT