svn commit: r255723 - head/share/man/man5

Ed Maste emaste at FreeBSD.org
Fri Sep 20 01:55:38 UTC 2013


Author: emaste
Date: Fri Sep 20 01:55:37 2013
New Revision: 255723
URL: http://svnweb.freebsd.org/changeset/base/255723

Log:
  Regenerate after addition of WITH_LLDB
  
  Approved by: re (blanket)

Modified:
  head/share/man/man5/src.conf.5

Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5	Fri Sep 20 01:52:02 2013	(r255722)
+++ head/share/man/man5/src.conf.5	Fri Sep 20 01:55:37 2013	(r255723)
@@ -1,7 +1,7 @@
 .\" DO NOT EDIT-- this file is automatically generated.
 .\" from FreeBSD: head/tools/build/options/makeman 253304 2013-07-12 23:08:44Z bapt
 .\" $FreeBSD$
-.Dd September 15, 2013
+.Dd September 19, 2013
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -295,6 +295,8 @@ When set, it also enforces the following
 .Va WITHOUT_CLANG_FULL
 .It
 .Va WITHOUT_CLANG_IS_CC
+.It
+.Va WITHOUT_LLDB
 .El
 .It Va WITH_CLANG
 .\" from FreeBSD: head/tools/build/options/WITH_CLANG 221730 2011-05-10 11:14:40Z ru
@@ -329,6 +331,12 @@ and
 .Pp
 It is a default setting on
 arm/armeb, arm/armv6eb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
+When set, it also enforces the following options:
+.Pp
+.Bl -item -compact
+.It
+.Va WITHOUT_LLDB
+.El
 .It Va WITH_CLANG_IS_CC
 .\" from FreeBSD: head/tools/build/options/WITH_CLANG_IS_CC 235342 2012-05-12 16:12:36Z gjb
 Set to install the Clang C/C++ compiler as
@@ -403,6 +411,8 @@ When set, it also enforces the following
 .Va WITHOUT_CLANG_IS_CC
 .It
 .Va WITHOUT_GROFF
+.It
+.Va WITHOUT_LLDB
 .El
 .It Va WITH_DEBUG_FILES
 .\" from FreeBSD: head/tools/build/options/WITH_DEBUG_FILES 251512 2013-06-07 21:40:02Z emaste
@@ -779,6 +789,9 @@ When set, it also enforces the following
 .It
 .Va WITHOUT_BIND_UTILS
 .El
+.It Va WITH_LLDB
+.\" from FreeBSD: head/tools/build/options/WITH_LLDB 255722 2013-09-20 01:52:02Z emaste
+Set to build the LLDB debugger.
 .It Va WITHOUT_LOCALES
 .\" from FreeBSD: head/tools/build/options/WITHOUT_LOCALES 156932 2006-03-21 07:50:50Z ru
 Set to not build localization files; see
@@ -1149,6 +1162,8 @@ When set, it also enforces the following
 .Va WITHOUT_GCC
 .It
 .Va WITHOUT_GDB
+.It
+.Va WITHOUT_LLDB
 .El
 .It Va WITHOUT_UNBOUND
 .\" from FreeBSD: head/tools/build/options/WITHOUT_UNBOUND 255597 2013-09-15 14:51:23Z des


More information about the svn-src-head mailing list