Deleted Added
full compact
release.7 (264046) release.7 (264343)
1.\" Copyright (c) 2002 Murray Stokely <murray@FreeBSD.org>
2.\" All rights reserved.
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) 2002 Murray Stokely <murray@FreeBSD.org>
2.\" All rights reserved.
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/release.7 264046 2014-04-02 16:53:07Z gjb $
25.\" $FreeBSD: head/share/man/man7/release.7 264343 2014-04-11 13:48:45Z gjb $
26.\"
26.\"
27.Dd April 2, 2014
27.Dd April 11, 2014
28.Dt RELEASE 7
29.Os
30.Sh NAME
31.Nm release
32.Nd "release building infrastructure"
33.Sh DESCRIPTION
34.Fx
35provides a complete build environment suitable for users to make

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

267and
268.Li distribution
269stages of the
270.Xr chroot 8
271build environment setup are skipped.
272This is intended solely for cases where the
273.Xr chroot 8
274userland are provided by alternate means.
28.Dt RELEASE 7
29.Os
30.Sh NAME
31.Nm release
32.Nd "release building infrastructure"
33.Sh DESCRIPTION
34.Fx
35provides a complete build environment suitable for users to make

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

267and
268.Li distribution
269stages of the
270.Xr chroot 8
271build environment setup are skipped.
272This is intended solely for cases where the
273.Xr chroot 8
274userland are provided by alternate means.
275.It Va SRC_UPDATE_SKIP
276Set to a non-empty value to prevent checkout or update of
277.Fa /usr/src
278within the
279.Xr chroot 8 .
280This is intended for use only when
281.Fa /usr/src
282is expected to exist by alternative means.
283.It Va DOC_UPDATE_SKIP
284Set to a non-empty value to prevent checkout or update of
285.Fa /usr/doc
286within the
287.Xr chroot 8 .
288This is intended for use only when
289.Fa /usr/doc
290is expected to exist by alternative means.
291.It Va PORTS_UPDATE_SKIP
292Set to a non-empty value to prevent checkout or update of
293.Fa /usr/ports
294within the
295.Xr chroot 8 .
296This is intended for use only when
297.Fa /usr/ports
298is expected to exist by alternative means.
275.El
276.Sh EMBEDDED BUILDS
277The following
278.Fa release.conf
279variables are relevant only to release builds for embedded systems:
280.Bl -tag -width Ev
281.It Va EMBEDDEDBUILD
282Set to a non-null value to enable functionality for embedded device

--- 349 unchanged lines hidden ---
299.El
300.Sh EMBEDDED BUILDS
301The following
302.Fa release.conf
303variables are relevant only to release builds for embedded systems:
304.Bl -tag -width Ev
305.It Va EMBEDDEDBUILD
306Set to a non-null value to enable functionality for embedded device

--- 349 unchanged lines hidden ---