diff options
| author | lukem <lukem@NetBSD.org> | 2023-06-05 22:36:17 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2023-06-05 22:36:17 +0000 |
| commit | 6bb5bf43b1713256b1084433c052cb377a6034f2 (patch) | |
| tree | d8b93276ea65097031c44f87ba5ad5e182b0ff08 /doc | |
| parent | f7165e571c95e5f87f4a13ca088d4de81c3a6e41 (diff) | |
BUILDING: editorial
MKX11=yes wants MKINET6=yes
Change the width of the variable lists to 14n (from 15n)
so that when the lists are rendered and then left aligned,
the column is 16 characters (aka 2 tabs) which makes
copypasta to bsd.README easier.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/BUILDING.mdoc | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/doc/BUILDING.mdoc b/doc/BUILDING.mdoc index c036e86d03b..4cb4dc857a8 100644 --- a/doc/BUILDING.mdoc +++ b/doc/BUILDING.mdoc @@ -1,4 +1,4 @@ -.\" $NetBSD: BUILDING.mdoc,v 1.140 2023/06/04 20:08:21 lukem Exp $ +.\" $NetBSD: BUILDING.mdoc,v 1.141 2023/06/05 22:36:17 lukem Exp $ .\" .\" Copyright (c) 2001-2023 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -33,7 +33,7 @@ .\" Toolchain prefix for commands .ds toolprefix nb . -.Dd June 4, 2023 +.Dd June 5, 2023 .Dt BUILDING 8 .Os NetBSD .\" turn off hyphenation @@ -253,7 +253,9 @@ Several environment variables control the behaviour of .Nx builds. . -.Bl -tag -width 15n +.Bl -tag -width 14n +. +.\" These entries are sorted alphabetically. . .It Sy HOST_CC Path name to C compiler used to create the toolchain. @@ -444,10 +446,11 @@ This list is not comprehensive; all supported variables and their defaults are documented in .Xr mk.conf 5 . . -.Bl -tag -width 15n +.Bl -tag -width 14n . .\" These entries are sorted alphabetically. -.\" Keep in sync with canonical reference share/man/man5/mk.conf.5. +.\" Keep in sync with canonical reference share/man/man5/mk.conf.5 +.\" and with share/mk/bsd.README. . .It Sy BSDOBJDIR The real path to the object directory tree for the @@ -986,7 +989,14 @@ This also has implications on full builds (see next subsection). .It Sy MKX11 .YorN Indicates whether X11 is built and installed from -.Sy X11SRCDIR . +.Sy X11SRCDIR , +and whether the X sets will be created. +.Pp +.Em Note : +If +.Dq yes , +requires +.Sy MKINET6=yes . .DFLTn . .It Sy NETBSDSRCDIR @@ -1099,7 +1109,9 @@ and do not affect manually building subtrees of the .Nx source code. . -.Bl -tag -width 15n +.Bl -tag -width 14n +. +.\" These entries are sorted alphabetically. . .It Sy INSTALLBOOT_BOARDS A list of boards to create bootable images for. |
