Deleted Added
full compact
build.7 (122803) build.7 (130582)
1.\" Copyright (c) 2000
2.\" Mike W. Meyer
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2000
2.\" Mike W. Meyer
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man7/build.7 122803 2003-11-16 15:16:19Z simon $
25.\" $FreeBSD: head/share/man/man7/build.7 130582 2004-06-16 08:33:57Z ru $
26.\"
27.Dd March 15, 2002
28.Dt BUILD 7
29.Os
30.Sh NAME
31.Nm build
32.Nd information on how to build the system
33.Sh DESCRIPTION

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

137.Sh EXAMPLES
138The
139.Dq approved
140method of updating your system from the latest sources is:
141.Bd -literal -offset indent
142make buildworld
143make buildkernel KERNCONF=FOO
144make installkernel KERNCONF=FOO
26.\"
27.Dd March 15, 2002
28.Dt BUILD 7
29.Os
30.Sh NAME
31.Nm build
32.Nd information on how to build the system
33.Sh DESCRIPTION

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

137.Sh EXAMPLES
138The
139.Dq approved
140method of updating your system from the latest sources is:
141.Bd -literal -offset indent
142make buildworld
143make buildkernel KERNCONF=FOO
144make installkernel KERNCONF=FOO
145.Aq Reboot the new kernel in single user mode
145<Reboot the new kernel in single user mode>
146make installworld
147mergemaster
148.Ed
149.Pp
150.Dq Li FOO
151must be replaced with the name of the kernel configuration file from which
152the kernel should be built.
153Alternatively, the

--- 44 unchanged lines hidden ---
146make installworld
147mergemaster
148.Ed
149.Pp
150.Dq Li FOO
151must be replaced with the name of the kernel configuration file from which
152the kernel should be built.
153Alternatively, the

--- 44 unchanged lines hidden ---