Deleted Added
sdiff udiff text old ( 219857 ) new ( 223148 )
full compact
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/man7/build.7 219857 2011-03-22 01:21:51Z nwhitehorn $
26.\"
27.Dd March 18, 2011
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

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

512.Fx
513documentation as part of the
514.Dq make update
515target.
516.It Va NO_PORTSUPDATE
517If set, the update process does not update the Ports tree as part of the
518.Dq make update
519target.
520.El
521.Pp
522Builds under directory
523.Pa /usr/doc
524are influenced by the following
525.Xr make 1
526variables:
527.Bl -tag -width ".Va DOC_LANG"

--- 67 unchanged lines hidden ---