Deleted Added
full compact
build.7 (217733) build.7 (217815)
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/man7/build.7 217733 2011-01-22 22:57:28Z bz $
25.\" $FreeBSD: head/share/man/man7/build.7 217815 2011-01-25 08:13:31Z bz $
26.\"
26.\"
27.Dd January 22, 2011
27.Dd January 25, 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

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

224.Cm buildkernel
225for all kernels including
226.Pa LINT ,
227for each architecture supported by the build system.
228This command takes a long time.
229.It Cm update
230Get updated sources as configured in
231.Xr make.conf 5 .
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

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

224.Cm buildkernel
225for all kernels including
226.Pa LINT ,
227for each architecture supported by the build system.
228This command takes a long time.
229.It Cm update
230Get updated sources as configured in
231.Xr make.conf 5 .
232.It Cm targets
233Print a list of supported
234.Va TARGET
235/
236.Va TARGET_ARCH
237pairs for world and kernel targets.
232.It Cm tinderbox
233Execute the same targets as
234.Cm universe .
235In addition print a summary of all failed targets at the end and
236exit with an error if there were any.
237.El
238.Pp
239Kernel specific build targets in

--- 304 unchanged lines hidden ---
238.It Cm tinderbox
239Execute the same targets as
240.Cm universe .
241In addition print a summary of all failed targets at the end and
242exit with an error if there were any.
243.El
244.Pp
245Kernel specific build targets in

--- 304 unchanged lines hidden ---