Deleted Added
full compact
build.7 (142412) build.7 (148330)
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 142412 2005-02-25 00:40:46Z trhodes $
25.\" $FreeBSD: head/share/man/man7/build.7 148330 2005-07-23 14:23:30Z netchild $
26.\"
26.\"
27.Dd February 23, 2005
27.Dd July 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
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.It Cm delete-old
99Delete obsolete base system files and directories interactively.
100When -DBATCH_DELETE_OLD_FILES is specified at the command line,
101the delete operation will be non-interactively.
102.It Cm delete-old-libs
103Delete obsolete base system libraries interactively.
104This should only be used if no 3rd party software uses the libraries anymore.
105When -DBATCH_DELETE_OLD_FILES is specified at the command line,
106the delete operation will be non-interactively.
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 ---
107.El
108.Pp
109For more information about the ports build process, see
110.Xr ports 7 .
111.Sh ENVIRONMENT
112.Bl -tag -width ".Va TARGET_ARCH"
113.It Va TARGET_ARCH
114The target machine processor architecture.

--- 61 unchanged lines hidden ---