Deleted Added
full compact
README (156171) README (159363)
1This is the top level of the FreeBSD source directory. This file
2was last revised on:
1This is the top level of the FreeBSD source directory. This file
2was last revised on:
3$FreeBSD: head/README 156171 2006-03-01 20:14:55Z ceri $
3$FreeBSD: head/README 159363 2006-06-07 03:33:48Z trhodes $
4
5For copyright information, please see the file COPYRIGHT in this
6directory (additional copyright information also exists for some
7sources in this tree - please see the specific source directories for
8more information).
9
10The Makefile in this directory supports a number of targets for
11building components (or all) of the FreeBSD source tree, the most
12commonly used one being ``world'', which rebuilds and installs
13everything in the FreeBSD system from the source tree except the
4
5For copyright information, please see the file COPYRIGHT in this
6directory (additional copyright information also exists for some
7sources in this tree - please see the specific source directories for
8more information).
9
10The Makefile in this directory supports a number of targets for
11building components (or all) of the FreeBSD source tree, the most
12commonly used one being ``world'', which rebuilds and installs
13everything in the FreeBSD system from the source tree except the
14kernel, the kernel-modules and the contents of /etc. The
15``buildkernel'' and ``installkernel'' targets build and install
14kernel, the kernel-modules and the contents of /etc. The ``world''
15target should only be used in cases where the source tree has not
16changed from the currently running version. See:
17http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
18for more information, including setting make(1) variables.
19
20The ``buildkernel'' and ``installkernel'' targets build and install
16the kernel and the modules (see below). Please see the top of
17the Makefile in this directory for more information on the
18standard build targets and compile-time flags.
19
20Building a kernel is a somewhat more involved process, documentation
21for which can be found at:
22 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
23And in the config(8) man page.

--- 59 unchanged lines hidden ---
21the kernel and the modules (see below). Please see the top of
22the Makefile in this directory for more information on the
23standard build targets and compile-time flags.
24
25Building a kernel is a somewhat more involved process, documentation
26for which can be found at:
27 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
28And in the config(8) man page.

--- 59 unchanged lines hidden ---