Deleted Added
full compact
Makefile (136671) Makefile (137288)
1#
1#
2# $FreeBSD: head/Makefile 136671 2004-10-18 17:47:31Z ru $
2# $FreeBSD: head/Makefile 137288 2004-11-06 03:14:26Z peter $
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".

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

64#
65TGTS= all all-man buildkernel buildworld checkdpadd clean \
66 cleandepend cleandir depend distribute distributeworld everything \
67 hierarchy install installcheck installkernel installkernel.debug\
68 reinstallkernel reinstallkernel.debug installworld \
69 kernel-toolchain libraries lint maninstall \
70 obj objlink regress rerelease tags toolchain update \
71 _worldtmp _legacy _bootstrap-tools _cleanobj _obj \
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".

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

64#
65TGTS= all all-man buildkernel buildworld checkdpadd clean \
66 cleandepend cleandir depend distribute distributeworld everything \
67 hierarchy install installcheck installkernel installkernel.debug\
68 reinstallkernel reinstallkernel.debug installworld \
69 kernel-toolchain libraries lint maninstall \
70 obj objlink regress rerelease tags toolchain update \
71 _worldtmp _legacy _bootstrap-tools _cleanobj _obj \
72 _build-tools _cross-tools _includes _libraries _depend
72 _build-tools _cross-tools _includes _libraries _depend \
73 build32 install32
73
74BITGTS= files includes
75BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/}
76TGTS+= ${BITGTS}
77
78.ORDER: buildworld installworld
79.ORDER: buildworld distributeworld
80.ORDER: buildworld buildkernel

--- 217 unchanged lines hidden ---
74
75BITGTS= files includes
76BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/}
77TGTS+= ${BITGTS}
78
79.ORDER: buildworld installworld
80.ORDER: buildworld distributeworld
81.ORDER: buildworld buildkernel

--- 217 unchanged lines hidden ---