Deleted Added
full compact
build.7 (148663) build.7 (148683)
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 148663 2005-08-03 03:26:57Z obrien $
25.\" $FreeBSD: head/share/man/man7/build.7 148683 2005-08-03 20:09:59Z ru $
26.\"
26.\"
27.Dd July 23, 2005
27.Dd August 3, 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

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

97Equivalent to
98.Cm buildkernel
99followed by
100.Cm installkernel
101.It Cm delete-old
102Delete obsolete base system files and directories interactively.
103When -DBATCH_DELETE_OLD_FILES is specified at the command line,
104the delete operation will be non-interactive.
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

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

97Equivalent to
98.Cm buildkernel
99followed by
100.Cm installkernel
101.It Cm delete-old
102Delete obsolete base system files and directories interactively.
103When -DBATCH_DELETE_OLD_FILES is specified at the command line,
104the delete operation will be non-interactive.
105The variables
106.Va DESTDIR , TARGET_ARCH
107and
108.Va TARGET
109should be set as with
110.Dq Li "make installworld" .
105.It Cm delete-old-libs
106Delete obsolete base system libraries interactively.
107This should only be used if no 3rd party software uses the libraries anymore.
108When -DBATCH_DELETE_OLD_FILES is specified at the command line,
109the delete operation will be non-interactive.
111.It Cm delete-old-libs
112Delete obsolete base system libraries interactively.
113This should only be used if no 3rd party software uses the libraries anymore.
114When -DBATCH_DELETE_OLD_FILES is specified at the command line,
115the delete operation will be non-interactive.
116The variables
117.Va DESTDIR , TARGET_ARCH
118and
119.Va TARGET
120should be set as with
121.Dq Li "make installworld" .
110.El
111.Pp
112For more information about the ports build process, see
113.Xr ports 7 .
114.Sh ENVIRONMENT
115.Bl -tag -width ".Va TARGET_ARCH"
116.It Va TARGET_ARCH
117The target machine processor architecture.

--- 61 unchanged lines hidden ---
122.El
123.Pp
124For more information about the ports build process, see
125.Xr ports 7 .
126.Sh ENVIRONMENT
127.Bl -tag -width ".Va TARGET_ARCH"
128.It Va TARGET_ARCH
129The target machine processor architecture.

--- 61 unchanged lines hidden ---