BUILDING: regen for removal of extsrc/

This commit is contained in:
lukem 2022-08-21 07:12:54 +00:00
parent 4145e3abb7
commit b9cfee7c53
1 changed files with 8 additions and 38 deletions

View File

@ -83,9 +83,6 @@ FILES
"Reachover" build structure for modular Xorg; the source
is in X11SRCDIR.
extsrc/ "Reachover" build structure for externally added programs
and libraries; the source is in EXTSRCSRCDIR.
Build tree layout
The NetBSD build tree is described in hier(7), and the release layout is
described in release(7).
@ -211,13 +208,6 @@ CONFIGURATION
Note: build.sh will provide a default of destdir.MACHINE (in
the top-level .OBJDIR) unless run in `expert' mode.
EXTSRCSRCDIR
Directory containing sources of externally added programs and
libraries. If specified, must be an absolute path.
Default: NETBSDSRCDIR/../extsrc, if that exists; otherwise
/usr/extsrc.
MAKECONF The name of the make(1) configuration file. Only settable in
the process environment.
@ -264,39 +254,18 @@ CONFIGURATION
Default: "no"
MKDEBUGKERNEL
Can be set to "yes" or "no". Force generation of full-debug
symbol versions of all kernels compiled. Alongside of the
netbsd kernel file, an unstripped version netbsd.gdb is
created. This is useful if a cross-gdb is built as well (see
MKCROSSGDB).
Default: "no"
MKDEBUGLIB Can be set to "yes" or "no". Indicates whether debug
information (see MKDEBUG) should also be generated for all
libraries built.
Default: "no"
MKDEBUGTOOLS
Can be set to "yes" or "no". Indicates whether debug
information (see MKDEBUG) should also be generated for all
tools built.
Default: "no"
MKDOC Can be set to "yes" or "no". Indicates whether system
documentation destined for DESTDIR/usr/share/doc will be
installed during a build.
Default: "yes"
MKEXTSRC Can be set to "yes" or "no". Indicates whether extsrc is
built from EXTSRCSRCDIR.
Default: "no"
MKHTML Can be set to "yes" or "no". Indicates whether preformatted
HTML manual pages will be built and installed
@ -320,6 +289,14 @@ CONFIGURATION
Default: "yes"
MKKDEBUG Can be set to "yes" or "no". Force generation of full-debug
symbol versions of all kernels compiled. Alongside of the
netbsd kernel file, an unstripped version netbsd.gdb is
created. This is useful if a cross-gdb is built as well (see
MKCROSSGDB).
Default: "no"
MKKMOD Can be set to "yes" or "no". Indicates whether kernel
modules are built and installed.
@ -1070,13 +1047,6 @@ BUILDING
-x Set MKX11=yes.
-Y extsrcdir
Set the value of EXTSRCSRCDIR to extsrcdir. If a relative path
is specified, it will be converted to an absolute path before
being used.
-y Set MKEXTSRC=yes.
-Z var Unset ("zap") the environment variable var. This is propagated
to the nbmake wrapper.