Deleted Added
full compact
build.7 (299132) build.7 (313790)
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/10/share/man/man7/build.7 299132 2016-05-05 19:44:06Z wblock $
25.\" $FreeBSD: stable/10/share/man/man7/build.7 313790 2017-02-16 05:14:07Z ngie $
26.\"
27.Dd April 28, 2016
28.Dt BUILD 7
29.Os
30.Sh NAME
31.Nm build
32.Nd information on how to build the system
33.Sh DESCRIPTION

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

102variables described in the
103.Sx ENVIRONMENT
104section below, and by the variables documented in
105.Xr make.conf 5 .
106.Pp
107The following list provides the names and actions for the targets
108supported by the build system:
109.Bl -tag -width ".Cm cleandepend"
26.\"
27.Dd April 28, 2016
28.Dt BUILD 7
29.Os
30.Sh NAME
31.Nm build
32.Nd information on how to build the system
33.Sh DESCRIPTION

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

102variables described in the
103.Sx ENVIRONMENT
104section below, and by the variables documented in
105.Xr make.conf 5 .
106.Pp
107The following list provides the names and actions for the targets
108supported by the build system:
109.Bl -tag -width ".Cm cleandepend"
110.It Cm check
111Run tests for a given subdirectory.
112The default directory used is
113.Pa ${.OBJDIR} ,
114but the check directory can be changed with
115.Pa ${CHECKDIR} .
116.It Cm checkworld
117Run the
118.Fx
119test suite on installed world.
110.It Cm clean
111Remove any files created during the build process.
112.It Cm cleandepend
113Remove the file
114.Pa ${.OBJDIR}/${DEPENDFILE}
115generated by a prior
116.Dq Li "make depend"
117step.

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

648.Xr make.conf 5 ,
649.Xr src.conf 5 ,
650.Xr ports 7 ,
651.Xr release 7 ,
652.Xr config 8 ,
653.Xr mergemaster 8 ,
654.Xr portsnap 8 ,
655.Xr reboot 8 ,
120.It Cm clean
121Remove any files created during the build process.
122.It Cm cleandepend
123Remove the file
124.Pa ${.OBJDIR}/${DEPENDFILE}
125generated by a prior
126.Dq Li "make depend"
127step.

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

658.Xr make.conf 5 ,
659.Xr src.conf 5 ,
660.Xr ports 7 ,
661.Xr release 7 ,
662.Xr config 8 ,
663.Xr mergemaster 8 ,
664.Xr portsnap 8 ,
665.Xr reboot 8 ,
656.Xr shutdown 8
666.Xr shutdown 8 ,
667.Xr tests 7
657.Sh AUTHORS
658.An Mike W. Meyer Aq mwm@mired.org .
668.Sh AUTHORS
669.An Mike W. Meyer Aq mwm@mired.org .