Deleted Added
full compact
build.7 (238080) build.7 (241711)
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: stable/9/share/man/man7/build.7 238080 2012-07-03 16:49:38Z wblock $
25.\" $FreeBSD: stable/9/share/man/man7/build.7 241711 2012-10-19 00:22:09Z jhb $
26.\"
26.\"
27.Dd July 2, 2012
27.Dd October 10, 2012
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 sources for the
35.Fx

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

377.Pa /etc/make.conf
378or the command line.
379.It Va NO_WERROR
380If defined, compiler warnings will not cause the build to halt,
381even if the makefile says otherwise.
382.It Va WITH_CTF
383If defined, the build process will run the DTrace CTF conversion
384tools on built objects.
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 sources for the
35.Fx

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

377.Pa /etc/make.conf
378or the command line.
379.It Va NO_WERROR
380If defined, compiler warnings will not cause the build to halt,
381even if the makefile says otherwise.
382.It Va WITH_CTF
383If defined, the build process will run the DTrace CTF conversion
384tools on built objects.
385Please note that this WITH_ option is handled differently than all
386other WITH_ options (there is no
387.Va WITHOUT_CTF ,
388or corresponding
389.Va MK_CTF
390in the build system).
391.El
392.Pp
393Additionally, builds in
394.Pa /usr/src
395are influenced by the following
396.Xr make 1
397variables:
398.Bl -tag -width ".Va SUBDIR_OVERRIDE"

--- 218 unchanged lines hidden ---
385.El
386.Pp
387Additionally, builds in
388.Pa /usr/src
389are influenced by the following
390.Xr make 1
391variables:
392.Bl -tag -width ".Va SUBDIR_OVERRIDE"

--- 218 unchanged lines hidden ---