Deleted Added
full compact
Makefile (219137) Makefile (219177)
1#
1#
2# $FreeBSD: head/Makefile 219137 2011-03-01 14:54:14Z jhb $
2# $FreeBSD: head/Makefile 219177 2011-03-02 14:39:26Z nwhitehorn $
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

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

84# completely subject to change without notice.
85#
86# For more information, see the build(7) manual page.
87#
88TGTS= all all-man buildenv buildenvvars buildkernel buildworld \
89 check-old check-old-dirs check-old-files check-old-libs \
90 checkdpadd clean cleandepend cleandir \
91 delete-old delete-old-dirs delete-old-files delete-old-libs \
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

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

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

--- 335 unchanged lines hidden ---
97 installworld kernel-toolchain libraries lint maninstall \
98 obj objlink regress rerelease showconfig tags toolchain update \
99 _worldtmp _legacy _bootstrap-tools _cleanobj _obj \
100 _build-tools _cross-tools _includes _libraries _depend \
101 build32 builddtb distribute32 install32 xdev xdev-build xdev-install \
102
103TGTS+= ${SUBDIR_TARGETS}
104

--- 335 unchanged lines hidden ---