Deleted Added
full compact
Makefile (217297) Makefile (217733)
1#
1#
2# $FreeBSD: head/Makefile 217297 2011-01-12 04:59:29Z imp $
2# $FreeBSD: head/Makefile 217733 2011-01-22 22:57:28Z bz $
3#
4# The user-driven targets are:
5#
6# universe - *Really* build *everything* (buildworld and
7# all kernels on all architectures).
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 stop on first failure.
8# tinderbox - Same as universe, but presents a list of failed build
9# targets and exits with an error if there were any.
9# buildworld - Rebuild *everything*, including glue to help do
10# upgrades.
11# installworld - Install everything built by "buildworld".
12# world - buildworld + installworld, no kernel.
13# buildkernel - Rebuild the kernel and the kernel-modules.
14# installkernel - Install the kernel and the kernel-modules.
15# installkernel.debug
16# reinstallkernel - Reinstall the kernel and the kernel-modules.

--- 378 unchanged lines hidden ---
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.

--- 378 unchanged lines hidden ---