Deleted Added
full compact
Makefile (205290) Makefile (209128)
1#
1#
2# $FreeBSD: head/Makefile 205290 2010-03-18 18:58:17Z dougb $
2# $FreeBSD: head/Makefile 209128 2010-06-13 13:02:43Z raj $
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".

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

84 delete-old delete-old-dirs delete-old-files delete-old-libs \
85 depend distribute distributeworld distrib-dirs distribution doxygen \
86 everything hierarchy install installcheck installkernel \
87 installkernel.debug reinstallkernel reinstallkernel.debug \
88 installworld kernel-toolchain libraries lint maninstall \
89 obj objlink regress rerelease showconfig tags toolchain update \
90 _worldtmp _legacy _bootstrap-tools _cleanobj _obj \
91 _build-tools _cross-tools _includes _libraries _depend \
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".

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

84 delete-old delete-old-dirs delete-old-files delete-old-libs \
85 depend distribute distributeworld distrib-dirs distribution doxygen \
86 everything hierarchy install installcheck installkernel \
87 installkernel.debug reinstallkernel reinstallkernel.debug \
88 installworld kernel-toolchain libraries lint maninstall \
89 obj objlink regress rerelease showconfig tags toolchain update \
90 _worldtmp _legacy _bootstrap-tools _cleanobj _obj \
91 _build-tools _cross-tools _includes _libraries _depend \
92 build32 distribute32 install32 xdev xdev-build xdev-install
92 build32 builddtb distribute32 install32 xdev xdev-build xdev-install \
93
93TGTS+= ${SUBDIR_TARGETS}
94
95BITGTS= files includes
96BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/}
97TGTS+= ${BITGTS}
98
99.ORDER: buildworld installworld
100.ORDER: buildworld distributeworld

--- 256 unchanged lines hidden ---
94TGTS+= ${SUBDIR_TARGETS}
95
96BITGTS= files includes
97BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/}
98TGTS+= ${BITGTS}
99
100.ORDER: buildworld installworld
101.ORDER: buildworld distributeworld

--- 256 unchanged lines hidden ---