Deleted Added
full compact
make.conf.5 (70460) make.conf.5 (70466)
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 70460 2000-12-29 01:54:39Z ben $
25.\" $FreeBSD: head/share/man/man5/make.conf.5 70466 2000-12-29 09:18:45Z ru $
26.\"
27.Dd November 3, 2000
28.Dt MAKE.CONF 5
29.Os
30.Sh NAME
31.Nm make.conf
32.Nd system build information.
33.Sh DESCRIPTION

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

82.Pp
83The following list provides a name and short description for variables
84that are used for all builds, or are used by the
85makefiles for things other than builds.
86.Bl -tag -width Ar
87.It Ar CFLAGS
88(str) Controls the compiler setting when compiling C code.
89Optimization levels above
26.\"
27.Dd November 3, 2000
28.Dt MAKE.CONF 5
29.Os
30.Sh NAME
31.Nm make.conf
32.Nd system build information.
33.Sh DESCRIPTION

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

82.Pp
83The following list provides a name and short description for variables
84that are used for all builds, or are used by the
85makefiles for things other than builds.
86.Bl -tag -width Ar
87.It Ar CFLAGS
88(str) Controls the compiler setting when compiling C code.
89Optimization levels above
90.Op -O ( -O2 , ...)
90.Op -O ( -O2 , ...\& )
91are not supported. BDECFLAGS
92is provided as a set of gcc settings suggested by Bruce Evans
93for developing and testing changes. They can be used by:
94.Bd -literal -offset indent
95CXFLAGS+=${BDECFLAGS}
96.Ed
97.It Ar CVS_UPDATE
98(bool) Set this to use cvs to update your ports with

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

179(int) Controls the amount of time the kernel waits for a console keypress
180before booting the default kernel. The value is approximately
181milliseconds. Keypresses are accepted by the BIOS before booting from disk,
182making it possible to give custom boot parameters even when this is
183set to 0.
184.It Ar COPTFLAGS
185(str) Controls the compiler settings when building the
186kernel. Optimization levels above
91are not supported. BDECFLAGS
92is provided as a set of gcc settings suggested by Bruce Evans
93for developing and testing changes. They can be used by:
94.Bd -literal -offset indent
95CXFLAGS+=${BDECFLAGS}
96.Ed
97.It Ar CVS_UPDATE
98(bool) Set this to use cvs to update your ports with

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

179(int) Controls the amount of time the kernel waits for a console keypress
180before booting the default kernel. The value is approximately
181milliseconds. Keypresses are accepted by the BIOS before booting from disk,
182making it possible to give custom boot parameters even when this is
183set to 0.
184.It Ar COPTFLAGS
185(str) Controls the compiler settings when building the
186kernel. Optimization levels above
187.Op -O
188.Op -O2 ,
189...) are not supported.
187.Op -O ( -O2 , ...\& )
188are not supported.
190.It Ar NO_KERNELCONFIG
191(bool) Set this to skip running
192.Xr config 8
193during
194.Cm "${MAKE} buildkernel" .
195.It Ar NO_KERNELDEPEND
196(bool) Set this to skip running
197.Cm "${MAKE} depend"

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

470.It Ar USA_RESIDENT
471(bool) Set this if you are a resident of the USA so that ports that
472need to can attemp to comply with U.S. export regulations.
473.It Ar WRKDIRPREFIX
474(str) Where to create temporary files used when building ports.
475.It Ar X11BASE
476(str) Should be set to where the X11 distribution has been
477installed if it is installed anywhere other than /usr/X11R6.
189.It Ar NO_KERNELCONFIG
190(bool) Set this to skip running
191.Xr config 8
192during
193.Cm "${MAKE} buildkernel" .
194.It Ar NO_KERNELDEPEND
195(bool) Set this to skip running
196.Cm "${MAKE} depend"

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

469.It Ar USA_RESIDENT
470(bool) Set this if you are a resident of the USA so that ports that
471need to can attemp to comply with U.S. export regulations.
472.It Ar WRKDIRPREFIX
473(str) Where to create temporary files used when building ports.
474.It Ar X11BASE
475(str) Should be set to where the X11 distribution has been
476installed if it is installed anywhere other than /usr/X11R6.
477.El
478.Sh FILES
479.Bl -tag -width /etc/defaults/make.conf -compact
480.It Pa /etc/defaults/make.conf
481.It Pa /etc/make.conf
482.It Pa /usr/doc/Makefile
483.It Pa /usr/src/Makefile
484.It Pa /usr/src/Makefile.inc1
485.It Pa /usr/ports/Mk/bsd.port.mk
486.It Pa /usr/ports/Mk/bsd.sites.mk
478.Sh FILES
479.Bl -tag -width /etc/defaults/make.conf -compact
480.It Pa /etc/defaults/make.conf
481.It Pa /etc/make.conf
482.It Pa /usr/doc/Makefile
483.It Pa /usr/src/Makefile
484.It Pa /usr/src/Makefile.inc1
485.It Pa /usr/ports/Mk/bsd.port.mk
486.It Pa /usr/ports/Mk/bsd.sites.mk
487.El
487.Sh SEE ALSO
488.Xr gcc 1 ,
489.Xr install 1 ,
490.Xr lpd 8 ,
491.Xr make 1 ,
492.Xr make 7 ,
493.Xr ports 7 ,
494.Xr sendmail 8
495.Sh HISTORY
496The
497.Nm
498file appeared sometime before
499.Fx 4.0 .
500.Sh AUTHORS
501.An Mike W. Meyer Aq mwm@mired.org .
502.Sh BUGS
503This manual page may occasionally be out of date with respect to
504the options currently available for use in
488.Sh SEE ALSO
489.Xr gcc 1 ,
490.Xr install 1 ,
491.Xr lpd 8 ,
492.Xr make 1 ,
493.Xr make 7 ,
494.Xr ports 7 ,
495.Xr sendmail 8
496.Sh HISTORY
497The
498.Nm
499file appeared sometime before
500.Fx 4.0 .
501.Sh AUTHORS
502.An Mike W. Meyer Aq mwm@mired.org .
503.Sh BUGS
504This manual page may occasionally be out of date with respect to
505the options currently available for use in
505.Nm make.conf .
506.Nm .
506Please check the
507.Pa /etc/defaults/make.conf
508file for the latest options which are available.
507Please check the
508.Pa /etc/defaults/make.conf
509file for the latest options which are available.