Module Name: src Committed By: lukem Date: Sun Aug 21 07:12:54 UTC 2022
Modified Files: src: BUILDING Log Message: BUILDING: regen for removal of extsrc/ To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 src/BUILDING Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/BUILDING diff -u src/BUILDING:1.142 src/BUILDING:1.143 --- src/BUILDING:1.142 Sat May 28 21:54:56 2022 +++ src/BUILDING Sun Aug 21 07:12:54 2022 @@ -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.