Deleted Added
full compact
Makefile (275282) Makefile (275339)
1# $FreeBSD: projects/bmake/targets/pseudo/universe/Makefile 274902 2014-11-23 00:08:22Z sjg $
1# $FreeBSD: projects/bmake/targets/pseudo/universe/Makefile 275339 2014-11-30 18:45:46Z sjg $
2
3# This target is "special".
4#
5# The actual work is done via another target;
6# UNIVERSE_TARGET_RELDIR is used to identify it.
7#
8# We leverage dirdeps.mk to run a sub-make per
9# MACHINE/ARCH to each build ${UNIVERSE_TARGET_RELDIR}

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

27# need and these will thus be built before we launch the
28# ${UNIVERSE_TARGET_RELDIR} sub-makes.
29# Further we add a filter to skip any "host" dirdeps during those
30# sub-makes.
31#
32#
33
34# this is the RELDIR of the target we build
2
3# This target is "special".
4#
5# The actual work is done via another target;
6# UNIVERSE_TARGET_RELDIR is used to identify it.
7#
8# We leverage dirdeps.mk to run a sub-make per
9# MACHINE/ARCH to each build ${UNIVERSE_TARGET_RELDIR}

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

27# need and these will thus be built before we launch the
28# ${UNIVERSE_TARGET_RELDIR} sub-makes.
29# Further we add a filter to skip any "host" dirdeps during those
30# sub-makes.
31#
32#
33
34# this is the RELDIR of the target we build
35UNIVERSE_TARGET_RELDIR?= pkgs/pseudo/the-lot
35UNIVERSE_TARGET_RELDIR?= targets/pseudo/the-lot
36
37# the list of machines
38TARGET_MACHINE_LIST = i386 amd64
39# some machines have more than one arch
40TARGET_ARCHES_arm?= arm armeb armv6 armv6hf
41
42# avoid ../Makefile.inc defining this
43all:

--- 30 unchanged lines hidden ---
36
37# the list of machines
38TARGET_MACHINE_LIST = i386 amd64
39# some machines have more than one arch
40TARGET_ARCHES_arm?= arm armeb armv6 armv6hf
41
42# avoid ../Makefile.inc defining this
43all:

--- 30 unchanged lines hidden ---