Deleted Added
full compact
Makefile (221869) Makefile (223148)
1#
1#
2# $FreeBSD: head/Makefile 221869 2011-05-14 01:53:38Z attilio $
2# $FreeBSD: head/Makefile 223148 2011-06-16 12:28:37Z ru $
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
11# upgrades.
12# installworld - Install everything built by "buildworld".
13# world - buildworld + installworld, no kernel.
14# buildkernel - Rebuild the kernel and the kernel-modules.
15# installkernel - Install the kernel and the kernel-modules.
16# installkernel.debug
17# reinstallkernel - Reinstall the kernel and the kernel-modules.
18# reinstallkernel.debug
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.
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
11# upgrades.
12# installworld - Install everything built by "buildworld".
13# world - buildworld + installworld, no kernel.
14# buildkernel - Rebuild the kernel and the kernel-modules.
15# installkernel - Install the kernel and the kernel-modules.
16# installkernel.debug
17# reinstallkernel - Reinstall the kernel and the kernel-modules.
18# reinstallkernel.debug
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 (cvs).
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.
28# delete-old-dirs - Delete obsolete directories.
29# delete-old-files - Delete obsolete files.
30# delete-old-libs - Delete obsolete libraries.

--- 408 unchanged lines hidden ---
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.
28# delete-old-dirs - Delete obsolete directories.
29# delete-old-files - Delete obsolete files.
30# delete-old-libs - Delete obsolete libraries.

--- 408 unchanged lines hidden ---