Deleted Added
full compact
Makefile (158962) Makefile (159349)
1#
1#
2# $FreeBSD: head/Makefile 158962 2006-05-26 18:10:06Z netchild $
2# $FreeBSD: head/Makefile 159349 2006-06-06 16:24:54Z imp $
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".

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

63#
64# Define the user-driven targets. These are listed here in alphabetical
65# order, but that's not important.
66#
67# Targets that begin with underscore are internal targets intended for
68# developer convenience only. They are intentionally not documented and
69# completely subject to change without notice.
70#
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".

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

63#
64# Define the user-driven targets. These are listed here in alphabetical
65# order, but that's not important.
66#
67# Targets that begin with underscore are internal targets intended for
68# developer convenience only. They are intentionally not documented and
69# completely subject to change without notice.
70#
71TGTS= all all-man buildenv buildkernel buildworld check-old checkdpadd \
72 clean cleandepend cleandir delete-old delete-old-libs depend \
73 distribute distributeworld distrib-dirs distribution doxygen \
71TGTS= all all-man buildenv buildenvvars buildkernel buildworld check-old \
72 checkdpadd clean cleandepend cleandir delete-old delete-old-libs \
73 depend distribute distributeworld distrib-dirs distribution doxygen \
74 everything hierarchy install installcheck installkernel \
75 installkernel.debug reinstallkernel reinstallkernel.debug \
76 installworld kernel-toolchain libraries lint maninstall \
77 obj objlink regress rerelease showconfig tags toolchain update \
78 _worldtmp _legacy _bootstrap-tools _cleanobj _obj \
79 _build-tools _cross-tools _includes _libraries _depend \
80 build32 distribute32 install32
81TGTS+= ${SUBDIR_TARGETS}

--- 226 unchanged lines hidden ---
74 everything hierarchy install installcheck installkernel \
75 installkernel.debug reinstallkernel reinstallkernel.debug \
76 installworld kernel-toolchain libraries lint maninstall \
77 obj objlink regress rerelease showconfig tags toolchain update \
78 _worldtmp _legacy _bootstrap-tools _cleanobj _obj \
79 _build-tools _cross-tools _includes _libraries _depend \
80 build32 distribute32 install32
81TGTS+= ${SUBDIR_TARGETS}

--- 226 unchanged lines hidden ---