Deleted Added
full compact
Makefile (174564) Makefile (175833)
1#
1#
2# $FreeBSD: head/Makefile 174564 2007-12-13 00:08:02Z imp $
2# $FreeBSD: head/Makefile 175833 2008-01-30 19:33:18Z jhb $
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".

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

70#
71# Define the user-driven targets. These are listed here in alphabetical
72# order, but that's not important.
73#
74# Targets that begin with underscore are internal targets intended for
75# developer convenience only. They are intentionally not documented and
76# completely subject to change without notice.
77#
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".

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

70#
71# Define the user-driven targets. These are listed here in alphabetical
72# order, but that's not important.
73#
74# Targets that begin with underscore are internal targets intended for
75# developer convenience only. They are intentionally not documented and
76# completely subject to change without notice.
77#
78# For more information, see the build(7) manual page.
79#
78TGTS= all all-man buildenv buildenvvars buildkernel buildworld \
79 check-old check-old-dirs check-old-files check-old-libs \
80 checkdpadd clean cleandepend cleandir \
81 delete-old delete-old-dirs delete-old-files delete-old-libs \
82 depend distribute distributeworld distrib-dirs distribution doxygen \
83 everything hierarchy install installcheck installkernel \
84 installkernel.debug reinstallkernel reinstallkernel.debug \
85 installworld kernel-toolchain libraries lint maninstall \

--- 227 unchanged lines hidden ---
80TGTS= all all-man buildenv buildenvvars buildkernel buildworld \
81 check-old check-old-dirs check-old-files check-old-libs \
82 checkdpadd clean cleandepend cleandir \
83 delete-old delete-old-dirs delete-old-files delete-old-libs \
84 depend distribute distributeworld distrib-dirs distribution doxygen \
85 everything hierarchy install installcheck installkernel \
86 installkernel.debug reinstallkernel reinstallkernel.debug \
87 installworld kernel-toolchain libraries lint maninstall \

--- 227 unchanged lines hidden ---