The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=3f244aace29b46d8d36e8272c9695811e2cc414f
commit 3f244aace29b46d8d36e8272c9695811e2cc414f Author: Ed Maste <[email protected]> AuthorDate: 2021-07-27 21:18:41 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2021-08-04 17:21:33 +0000 Update WITHOUT_KERNEL_SYMBOLS description We have installed kernel debug data under /usr/lib/debug/ for some time now, so the suggestion to set WITHOUT_KERNEL_SYMBOLS for small root partitions is no longer valid. Also call them "debug symbol files" rather than just "symbol files", since they contain much more than just symbols. The kernel also includes (some) symbols, regardless of the setting of this knob. MFC after: 1 week (cherry picked from commit 5f946c76c0cc2d1b4fa150f691764da163579d19) --- tools/build/options/WITHOUT_KERNEL_SYMBOLS | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/build/options/WITHOUT_KERNEL_SYMBOLS b/tools/build/options/WITHOUT_KERNEL_SYMBOLS index e2b3926a6e46..33fa2c4f1c97 100644 --- a/tools/build/options/WITHOUT_KERNEL_SYMBOLS +++ b/tools/build/options/WITHOUT_KERNEL_SYMBOLS @@ -1,5 +1,2 @@ .\" $FreeBSD$ -Set to not install kernel symbol files. -.Bf -symbolic -This option is recommended for those people who have small root partitions. -.Ef +Do not install kernel debug symbol files. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
