Deleted Added
full compact
Makefile (156145) Makefile (156740)
1#
1#
2# $FreeBSD: head/Makefile 156145 2006-03-01 13:07:17Z yar $
2# $FreeBSD: head/Makefile 156740 2006-03-15 14:22:32Z 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".

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

72 distribute distributeworld distrib-dirs distribution everything \
73 hierarchy install installcheck installkernel installkernel.debug\
74 reinstallkernel reinstallkernel.debug installworld \
75 kernel-toolchain libraries lint maninstall \
76 obj objlink regress rerelease tags toolchain update \
77 _worldtmp _legacy _bootstrap-tools _cleanobj _obj \
78 _build-tools _cross-tools _includes _libraries _depend \
79 build32 distribute32 install32
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".

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

72 distribute distributeworld distrib-dirs distribution everything \
73 hierarchy install installcheck installkernel installkernel.debug\
74 reinstallkernel reinstallkernel.debug installworld \
75 kernel-toolchain libraries lint maninstall \
76 obj objlink regress rerelease tags toolchain update \
77 _worldtmp _legacy _bootstrap-tools _cleanobj _obj \
78 _build-tools _cross-tools _includes _libraries _depend \
79 build32 distribute32 install32
80TGTS+= ${SUBDIR_TARGETS}
80
81BITGTS= files includes
82BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/}
83TGTS+= ${BITGTS}
84
85.ORDER: buildworld installworld
86.ORDER: buildworld distributeworld
87.ORDER: buildworld buildkernel

--- 218 unchanged lines hidden ---
81
82BITGTS= files includes
83BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/}
84TGTS+= ${BITGTS}
85
86.ORDER: buildworld installworld
87.ORDER: buildworld distributeworld
88.ORDER: buildworld buildkernel

--- 218 unchanged lines hidden ---