Deleted Added
full compact
Makefile (175833) Makefile (177609)
1#
1#
2# $FreeBSD: head/Makefile 175833 2008-01-30 19:33:18Z jhb $
2# $FreeBSD: head/Makefile 177609 2008-03-25 15:47:22Z ru $
3#
4# The user-driven targets are:
5#
6# universe - *Really* build *everything* (buildworld and
7# all kernels on all architectures).
8# buildworld - Rebuild *everything*, including glue to help do
9# upgrades.
10# installworld - Install everything built by "buildworld".

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

167${TGTS}:
168 ${_+_}@cd ${.CURDIR}; \
169 ${_MAKE} ${.TARGET}
170
171# Set a reasonable default
172.MAIN: all
173
174STARTTIME!= 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# buildworld - Rebuild *everything*, including glue to help do
9# upgrades.
10# installworld - Install everything built by "buildworld".

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

167${TGTS}:
168 ${_+_}@cd ${.CURDIR}; \
169 ${_MAKE} ${.TARGET}
170
171# Set a reasonable default
172.MAIN: all
173
174STARTTIME!= LC_ALL=C date
175CHECK_TIME!= find ${.CURDIR}/sys/sys/param.h -mtime -0
176.if !empty(CHECK_TIME)
177.error check your date/time: ${STARTTIME}
178.endif
175
176.if defined(HISTORICAL_MAKE_WORLD) || defined(DESTDIR)
177#
178# world
179#
180# Attempt to rebuild and reinstall everything. This target is not to be
181# used for upgrading an existing FreeBSD system, because the kernel is
182# not included. One can argue that this target doesn't build everything

--- 132 unchanged lines hidden ---
179
180.if defined(HISTORICAL_MAKE_WORLD) || defined(DESTDIR)
181#
182# world
183#
184# Attempt to rebuild and reinstall everything. This target is not to be
185# used for upgrading an existing FreeBSD system, because the kernel is
186# not included. One can argue that this target doesn't build everything

--- 132 unchanged lines hidden ---