Deleted Added
sdiff udiff text old ( 251352 ) new ( 251750 )
full compact
1#
2# $FreeBSD: head/Makefile 251352 2013-06-03 23:51:46Z 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

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

204 -chflags -R 0 ${.OBJDIR}
205 rm -rf ${.OBJDIR}/*
206.endif
207
208#
209# Handle the user-driven targets, using the source relative mk files.
210#
211
212${TGTS}:
213 ${_+_}@cd ${.CURDIR}; ${_MAKE} ${.TARGET}
214
215# Set a reasonable default
216.MAIN: all
217
218STARTTIME!= LC_ALL=C date
219CHECK_TIME!= find ${.CURDIR}/sys/sys/param.h -mtime -0s ; echo

--- 241 unchanged lines hidden ---