Deleted Added
full compact
Makefile (189760) Makefile (190628)
1#
1#
2# $FreeBSD: head/Makefile 189760 2009-03-13 07:23:58Z imp $
2# $FreeBSD: head/Makefile 190628 2009-04-01 17:11:50Z bz $
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".

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

274#
275# universe
276#
277# Attempt to rebuild *everything* for all supported architectures,
278# with a reasonable chance of success, regardless of how old your
279# existing system is.
280#
281.if make(universe) || make(tinderbox)
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".

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

274#
275# universe
276#
277# Attempt to rebuild *everything* for all supported architectures,
278# with a reasonable chance of success, regardless of how old your
279# existing system is.
280#
281.if make(universe) || make(tinderbox)
282TARGETS?=amd64 arm i386 ia64 pc98 powerpc sparc64 sun4v
282TARGETS?=amd64 arm i386 ia64 mips pc98 powerpc sparc64 sun4v
283
284.if defined(DOING_TINDERBOX)
285FAILFILE=tinderbox.failed
286MAKEFAIL=tee -a ${FAILFILE}
287.else
288MAKEFAIL=cat
289.endif
290

--- 57 unchanged lines hidden ---
283
284.if defined(DOING_TINDERBOX)
285FAILFILE=tinderbox.failed
286MAKEFAIL=tee -a ${FAILFILE}
287.else
288MAKEFAIL=cat
289.endif
290

--- 57 unchanged lines hidden ---