Deleted Added
full compact
Makefile (239272) Makefile (240403)
1#
1#
2# $FreeBSD: head/Makefile 239272 2012-08-15 03:21:56Z gonzo $
2# $FreeBSD: head/Makefile 240403 2012-09-12 14:44:25Z obrien $
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

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

211
212${TGTS}:
213 ${_+_}@cd ${.CURDIR}; ${_MAKE} ${.TARGET}
214
215# Set a reasonable default
216.MAIN: all
217
218STARTTIME!= LC_ALL=C date
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

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

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
219CHECK_TIME!= find ${.CURDIR}/sys/sys/param.h -mtime -0s ; echo
220.if !empty(CHECK_TIME)
221.error check your date/time: ${STARTTIME}
222.endif
223
224.if defined(HISTORICAL_MAKE_WORLD) || defined(DESTDIR)
225#
226# world
227#

--- 216 unchanged lines hidden ---
220.if !empty(CHECK_TIME)
221.error check your date/time: ${STARTTIME}
222.endif
223
224.if defined(HISTORICAL_MAKE_WORLD) || defined(DESTDIR)
225#
226# world
227#

--- 216 unchanged lines hidden ---