Deleted Added
full compact
Makefile (202629) Makefile (204661)
1#
1#
2# $FreeBSD: head/Makefile 202629 2010-01-19 15:34:16Z ed $
2# $FreeBSD: head/Makefile 204661 2010-03-03 21:08:44Z imp $
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".
11# world - buildworld + installworld, no kernel.
12# buildkernel - Rebuild the kernel and the kernel-modules.
13# installkernel - Install the kernel and the kernel-modules.
14# installkernel.debug
15# reinstallkernel - Reinstall the kernel and the kernel-modules.
16# reinstallkernel.debug
17# kernel - buildkernel + installkernel.
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".
11# world - buildworld + installworld, no kernel.
12# buildkernel - Rebuild the kernel and the kernel-modules.
13# installkernel - Install the kernel and the kernel-modules.
14# installkernel.debug
15# reinstallkernel - Reinstall the kernel and the kernel-modules.
16# reinstallkernel.debug
17# kernel - buildkernel + installkernel.
18# kernel-toolchain - Builds the subset of world necessary to build a kernel
18# doxygen - Build API documentation of the kernel, needs doxygen.
19# update - Convenient way to update your source tree (cvs).
20# check-old - List obsolete directories/files/libraries.
21# check-old-dirs - List obsolete directories.
22# check-old-files - List obsolete files.
23# check-old-libs - List obsolete libraries.
24# delete-old - Delete obsolete directories/files/libraries.
25# delete-old-dirs - Delete obsolete directories.

--- 328 unchanged lines hidden ---
19# doxygen - Build API documentation of the kernel, needs doxygen.
20# update - Convenient way to update your source tree (cvs).
21# check-old - List obsolete directories/files/libraries.
22# check-old-dirs - List obsolete directories.
23# check-old-files - List obsolete files.
24# check-old-libs - List obsolete libraries.
25# delete-old - Delete obsolete directories/files/libraries.
26# delete-old-dirs - Delete obsolete directories.

--- 328 unchanged lines hidden ---