Deleted Added
full compact
Makefile (159349) Makefile (159363)
1#
1#
2# $FreeBSD: head/Makefile 159349 2006-06-06 16:24:54Z imp $
2# $FreeBSD: head/Makefile 159363 2006-06-07 03:33:48Z trhodes $
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".
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.
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# doxygen - Build API documentation of the kernel, needs doxygen.
19# update - Convenient way to update your source tree (cvs).

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

32#
33# If you want to build your system from source be sure that /usr/obj has
34# at least 400MB of diskspace available.
35#
36# For individuals wanting to build from the sources currently on their
37# system, the simple instructions are:
38#
39# 1. `cd /usr/src' (or to the directory containing your source tree).
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# doxygen - Build API documentation of the kernel, needs doxygen.
19# update - Convenient way to update your source tree (cvs).

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

32#
33# If you want to build your system from source be sure that /usr/obj has
34# at least 400MB of diskspace available.
35#
36# For individuals wanting to build from the sources currently on their
37# system, the simple instructions are:
38#
39# 1. `cd /usr/src' (or to the directory containing your source tree).
40# 2. `make world'
40# 2. Define `HISTORICAL_MAKE_WORLD' variable (see README).
41# 3. `make world'
41#
42# For individuals wanting to upgrade their sources (even if only a
43# delta of a few days):
44#
45# 1. `cd /usr/src' (or to the directory containing your source tree).
46# 2. `make buildworld'
47# 3. `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC).
48# 4. `make installkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC).

--- 259 unchanged lines hidden ---
42#
43# For individuals wanting to upgrade their sources (even if only a
44# delta of a few days):
45#
46# 1. `cd /usr/src' (or to the directory containing your source tree).
47# 2. `make buildworld'
48# 3. `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC).
49# 4. `make installkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC).

--- 259 unchanged lines hidden ---