Deleted Added
full compact
make.conf.5 (162050) make.conf.5 (162404)
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/man5/make.conf.5 162050 2006-09-05 20:00:07Z ru $
25.\" $FreeBSD: head/share/man/man5/make.conf.5 162404 2006-09-18 15:24:20Z ru $
26.\"
27.Dd September 5, 2006
28.Dt MAKE.CONF 5
29.Os
30.Sh NAME
31.Nm make.conf
32.Nd system build information
33.Sh DESCRIPTION

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

315.It Va SUP_UPDATE
316.Pq Vt bool
317Set this to use
318.Xr cvsup 1
319to update your ports with
320.Dq Li "make update" .
321.El
322.Ss "BUILDING THE KERNEL"
26.\"
27.Dd September 5, 2006
28.Dt MAKE.CONF 5
29.Os
30.Sh NAME
31.Nm make.conf
32.Nd system build information
33.Sh DESCRIPTION

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

315.It Va SUP_UPDATE
316.Pq Vt bool
317Set this to use
318.Xr cvsup 1
319to update your ports with
320.Dq Li "make update" .
321.El
322.Ss "BUILDING THE KERNEL"
323.Pp
324The following list provides a name and short description for variables
325that are only used doing a kernel build:
326.Bl -tag -width Ar
327.It Va BOOTWAIT
328.Pq Vt int
329Controls the amount of time the kernel waits for a console keypress
330before booting the default kernel.
331The value is approximately milliseconds.

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

387somewhat easier way to exclude modules you are certain you will never
388need than specifying
389.Va MODULES_OVERRIDE .
390This is applied
391.Em after
392.Va MODULES_OVERRIDE .
393.El
394.Ss "BUILDING THE WORLD"
323The following list provides a name and short description for variables
324that are only used doing a kernel build:
325.Bl -tag -width Ar
326.It Va BOOTWAIT
327.Pq Vt int
328Controls the amount of time the kernel waits for a console keypress
329before booting the default kernel.
330The value is approximately milliseconds.

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

386somewhat easier way to exclude modules you are certain you will never
387need than specifying
388.Va MODULES_OVERRIDE .
389This is applied
390.Em after
391.Va MODULES_OVERRIDE .
392.El
393.Ss "BUILDING THE WORLD"
395.Pp
396The following list provides a name and short description for variables
397that are used during the world build:
398.Bl -tag -width Ar
399.It Va BOOT_COMCONSOLE_PORT
400.Pq Vt str
401The port address to use for the console if the boot blocks have
402been configured to use a serial console instead of the keyboard/video card.
403.It Va BOOT_COMCONSOLE_SPEED

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

623levels to a lower one.
624.Xr gcc 1
625.Fl O2
626and above is known to trigger known optimizer bugs at various
627times.
628The value assigned is the highest optimization value used.
629.El
630.Ss "BUILDING DOCUMENTATION"
394The following list provides a name and short description for variables
395that are used during the world build:
396.Bl -tag -width Ar
397.It Va BOOT_COMCONSOLE_PORT
398.Pq Vt str
399The port address to use for the console if the boot blocks have
400been configured to use a serial console instead of the keyboard/video card.
401.It Va BOOT_COMCONSOLE_SPEED

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

621levels to a lower one.
622.Xr gcc 1
623.Fl O2
624and above is known to trigger known optimizer bugs at various
625times.
626The value assigned is the highest optimization value used.
627.El
628.Ss "BUILDING DOCUMENTATION"
631.Pp
632The following list provides a name and short description for variables
633that are used when building documentation.
634.Bl -tag -width ".Va PRINTERDEVICE"
635.It Va DISTDIR
636.Pq Vt str
637Where distfiles are kept.
638Normally, this is
639.Pa distfiles

--- 57 unchanged lines hidden ---
629The following list provides a name and short description for variables
630that are used when building documentation.
631.Bl -tag -width ".Va PRINTERDEVICE"
632.It Va DISTDIR
633.Pq Vt str
634Where distfiles are kept.
635Normally, this is
636.Pa distfiles

--- 57 unchanged lines hidden ---