diff options
| author | christos <christos@NetBSD.org> | 2021-12-20 20:33:20 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2021-12-20 20:33:20 +0000 |
| commit | 4c8cd5168d8ecdfb8abb486c918b6c17d1b91ee6 (patch) | |
| tree | 7e448797a6dc1ad8acd75032914c3395554abccc /BUILDING | |
| parent | 71b51d3f2bf054514fa0bd98ed3d240f2acf5e99 (diff) | |
Rename:
MKKDEBUG -> MKDEBUGKERNEL
MKTOOLSDEBUG -> MKDEBUGTOOLS
while keeping compatibility with the old names. Add missing documentation.
Now all debugging tunables are prefixed with MKDEBUG.
Diffstat (limited to 'BUILDING')
| -rw-r--r-- | BUILDING | 24 |
1 files changed, 16 insertions, 8 deletions
@@ -264,12 +264,28 @@ 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. @@ -304,14 +320,6 @@ 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. |
