Deleted Added
full compact
Makefile (227771) Makefile (231821)
1#
1#
2# $FreeBSD: head/Makefile 227771 2011-11-20 20:05:47Z gjb $
2# $FreeBSD: head/Makefile 231821 2012-02-16 14:08:14Z pluknet $
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

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

19# kernel - buildkernel + installkernel.
20# kernel-toolchain - Builds the subset of world necessary to build a kernel
21# doxygen - Build API documentation of the kernel, needs doxygen.
22# update - Convenient way to update your source tree(s).
23# check-old - List obsolete directories/files/libraries.
24# check-old-dirs - List obsolete directories.
25# check-old-files - List obsolete files.
26# check-old-libs - List obsolete libraries.
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

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

19# kernel - buildkernel + installkernel.
20# kernel-toolchain - Builds the subset of world necessary to build a kernel
21# doxygen - Build API documentation of the kernel, needs doxygen.
22# update - Convenient way to update your source tree(s).
23# check-old - List obsolete directories/files/libraries.
24# check-old-dirs - List obsolete directories.
25# check-old-files - List obsolete files.
26# check-old-libs - List obsolete libraries.
27# delete-old - Delete obsolete directories/files/libraries.
27# delete-old - Delete obsolete directories/files.
28# delete-old-dirs - Delete obsolete directories.
29# delete-old-files - Delete obsolete files.
30# delete-old-libs - Delete obsolete libraries.
31# targets - Print a list of supported TARGET/TARGET_ARCH pairs
32# for world and kernel targets.
33# toolchains - Build a toolchain for all world and kernel targets.
34#
35# This makefile is simple by design. The FreeBSD make automatically reads

--- 405 unchanged lines hidden ---
28# delete-old-dirs - Delete obsolete directories.
29# delete-old-files - Delete obsolete files.
30# delete-old-libs - Delete obsolete libraries.
31# targets - Print a list of supported TARGET/TARGET_ARCH pairs
32# for world and kernel targets.
33# toolchains - Build a toolchain for all world and kernel targets.
34#
35# This makefile is simple by design. The FreeBSD make automatically reads

--- 405 unchanged lines hidden ---