svn commit: r291996 - head/share/man/man5
Ed Maste
emaste at FreeBSD.org
Tue Dec 8 17:40:44 UTC 2015
Author: emaste
Date: Tue Dec 8 17:40:42 2015
New Revision: 291996
URL: https://svnweb.freebsd.org/changeset/base/291996
Log:
Update after r291955, build/install userland debug by default
Sponsored by: The FreeBSD Foundation
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5 Tue Dec 8 17:09:17 2015 (r291995)
+++ head/share/man/man5/src.conf.5 Tue Dec 8 17:40:42 2015 (r291996)
@@ -1,7 +1,7 @@
.\" DO NOT EDIT-- this file is automatically generated.
.\" from FreeBSD: head/tools/build/options/makeman 291414 2015-11-28 00:41:37Z ume
.\" $FreeBSD$
-.Dd November 28, 2015
+.Dd December 8, 2015
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -452,14 +452,10 @@ When set, it also enforces the following
.It
.Va WITHOUT_GROFF
.El
-.It Va WITH_DEBUG_FILES
-.\" from FreeBSD: head/tools/build/options/WITH_DEBUG_FILES 251512 2013-06-07 21:40:02Z emaste
-Set to strip debug info into a separate file for each executable binary
-and shared library.
-The debug files will be placed in a subdirectory of
-.Pa /usr/lib/debug
-and are located automatically by
-.Xr gdb 1 .
+.It Va WITHOUT_DEBUG_FILES
+.\" from FreeBSD: head/tools/build/options/WITHOUT_DEBUG_FILES 290059 2015-10-27 20:49:56Z emaste
+Set to avoid building or installing standalone debug files for each
+executable binary and shared library.
.It Va WITHOUT_DICT
.\" from FreeBSD: head/tools/build/options/WITHOUT_DICT 156932 2006-03-21 07:50:50Z ru
Set to not build the Webster dictionary files.
More information about the svn-src-head
mailing list