Deleted Added
full compact
Makefile (255713) Makefile (255784)
1#
1#
2# $FreeBSD: head/Makefile 255713 2013-09-19 20:09:56Z emaste $
2# $FreeBSD: head/Makefile 255784 2013-09-22 07:30:17Z andrew $
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

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

369# universe
370#
371# Attempt to rebuild *everything* for all supported architectures,
372# with a reasonable chance of success, regardless of how old your
373# existing system is.
374#
375.if make(universe) || make(universe_kernels) || make(tinderbox) || make(targets)
376TARGETS?=amd64 arm i386 ia64 mips pc98 powerpc sparc64
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

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

369# universe
370#
371# Attempt to rebuild *everything* for all supported architectures,
372# with a reasonable chance of success, regardless of how old your
373# existing system is.
374#
375.if make(universe) || make(universe_kernels) || make(tinderbox) || make(targets)
376TARGETS?=amd64 arm i386 ia64 mips pc98 powerpc sparc64
377TARGET_ARCHES_arm?= arm armeb armv6 armv6eb
377TARGET_ARCHES_arm?= arm armeb armv6
378TARGET_ARCHES_mips?= mipsel mips mips64el mips64 mipsn32
379TARGET_ARCHES_powerpc?= powerpc powerpc64
380TARGET_ARCHES_pc98?= i386
381.for target in ${TARGETS}
382TARGET_ARCHES_${target}?= ${target}
383.endfor
384
385.if defined(UNIVERSE_TARGET)

--- 123 unchanged lines hidden ---
378TARGET_ARCHES_mips?= mipsel mips mips64el mips64 mipsn32
379TARGET_ARCHES_powerpc?= powerpc powerpc64
380TARGET_ARCHES_pc98?= i386
381.for target in ${TARGETS}
382TARGET_ARCHES_${target}?= ${target}
383.endfor
384
385.if defined(UNIVERSE_TARGET)

--- 123 unchanged lines hidden ---