Deleted Added
full compact
Makefile (233644) Makefile (238051)
1#
1#
2# $FreeBSD: head/Makefile 233644 2012-03-29 02:54:35Z jmallett $
2# $FreeBSD: head/Makefile 238051 2012-07-03 06:41:00Z obrien $
3#
4# The user-driven targets are:
5#
6# universe - *Really* build *everything* (buildworld and
7# all kernels on all architectures).
8# tinderbox - Same as universe, but presents a list of failed build
9# targets and exits with an error if there were any.
10# buildworld - Rebuild *everything*, including glue to help do

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

87# For more information, see the build(7) manual page.
88#
89TGTS= all all-man buildenv buildenvvars buildkernel buildworld \
90 check-old check-old-dirs check-old-files check-old-libs \
91 checkdpadd clean cleandepend cleandir \
92 delete-old delete-old-dirs delete-old-files delete-old-libs \
93 depend distribute distributekernel distributekernel.debug \
94 distributeworld distrib-dirs distribution doxygen \
3#
4# The user-driven targets are:
5#
6# universe - *Really* build *everything* (buildworld and
7# all kernels on all architectures).
8# tinderbox - Same as universe, but presents a list of failed build
9# targets and exits with an error if there were any.
10# buildworld - Rebuild *everything*, including glue to help do

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

87# For more information, see the build(7) manual page.
88#
89TGTS= all all-man buildenv buildenvvars buildkernel buildworld \
90 check-old check-old-dirs check-old-files check-old-libs \
91 checkdpadd clean cleandepend cleandir \
92 delete-old delete-old-dirs delete-old-files delete-old-libs \
93 depend distribute distributekernel distributekernel.debug \
94 distributeworld distrib-dirs distribution doxygen \
95 everything hierarchy install installcheck installkernel \
95 everything hier hierarchy install installcheck installkernel \
96 installkernel.debug packagekernel packageworld \
97 reinstallkernel reinstallkernel.debug \
98 installworld kernel-toolchain libraries lint maninstall \
99 obj objlink regress rerelease showconfig tags toolchain update \
100 _worldtmp _legacy _bootstrap-tools _cleanobj _obj \
101 _build-tools _cross-tools _includes _libraries _depend \
102 build32 builddtb distribute32 install32 xdev xdev-build xdev-install \
103

--- 340 unchanged lines hidden ---
96 installkernel.debug packagekernel packageworld \
97 reinstallkernel reinstallkernel.debug \
98 installworld kernel-toolchain libraries lint maninstall \
99 obj objlink regress rerelease showconfig tags toolchain update \
100 _worldtmp _legacy _bootstrap-tools _cleanobj _obj \
101 _build-tools _cross-tools _includes _libraries _depend \
102 build32 builddtb distribute32 install32 xdev xdev-build xdev-install \
103

--- 340 unchanged lines hidden ---