Deleted Added
sdiff udiff text old ( 142412 ) new ( 148330 )
full compact
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 142412 2005-02-25 00:40:46Z trhodes $
26.\"
27.Dd February 23, 2005
28.Dt BUILD 7
29.Os
30.Sh NAME
31.Nm build
32.Nd information on how to build the system
33.Sh DESCRIPTION
34The source for the
35.Fx

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

90Install the kernel and the kernel modules.
91.It Cm reinstallkernel .
92Reinstall the kernel and the kernel modules.
93.It Cm kernel
94Equivalent to
95.Cm buildkernel
96followed by
97.Cm installkernel
98.El
99.Pp
100For more information about the ports build process, see
101.Xr ports 7 .
102.Sh ENVIRONMENT
103.Bl -tag -width ".Va TARGET_ARCH"
104.It Va TARGET_ARCH
105The target machine processor architecture.

--- 61 unchanged lines hidden ---