svn commit: r257450 - stable/10/share/man/man5
Brooks Davis
brooks at FreeBSD.org
Thu Oct 31 14:11:15 UTC 2013
Author: brooks
Date: Thu Oct 31 14:11:14 2013
New Revision: 257450
URL: http://svnweb.freebsd.org/changeset/base/257450
Log:
Notional MFC of r257057:
Regen documentation post r257449:
Stop conflating WITHOUT_CLANG with WITHOUT_CLANG_IS_CC. This allows
bootstrapping a copy of clang without building clang for the base system
which is useful for nanobsd and similar setups. It's still probably
wrong to conflate what is installed as /usr/bin/cc with the selection
of a bootstrap compiler under WITH*_CLANG_IS_CC, but that's for another
day.
Sponsored by: DARPA/AFRL
Approved by: re (gjb)
Modified:
stable/10/share/man/man5/src.conf.5
Directory Properties:
stable/10/share/man/man5/ (props changed)
Modified: stable/10/share/man/man5/src.conf.5
==============================================================================
--- stable/10/share/man/man5/src.conf.5 Thu Oct 31 14:07:00 2013 (r257449)
+++ stable/10/share/man/man5/src.conf.5 Thu Oct 31 14:11:14 2013 (r257450)
@@ -1,7 +1,7 @@
.\" DO NOT EDIT-- this file is automatically generated.
.\" from FreeBSD: head/tools/build/options/makeman 255964 2013-10-01 07:22:04Z des
.\" $FreeBSD$
-.Dd October 6, 2013
+.Dd October 31, 2013
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -208,10 +208,6 @@ When set, it also enforces the following
.Va WITHOUT_CLANG_EXTRAS
.It
.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
@@ -323,11 +319,7 @@ When set, it also enforces the following
.It
.Va WITHOUT_CLANG_FULL
.It
-.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
@@ -910,7 +902,7 @@ This includes
.Xr rsh 1 ,
etc.
.It Va WITHOUT_RCS
-.\" from FreeBSD: head/tools/build/options/WITHOUT_RCS 156932 2006-03-21 07:50:50Z ru
+.\" from FreeBSD: head/tools/build/options/WITHOUT_RCS 256198 2013-10-09 17:07:20Z gjb
Set to not build
.Xr rcs 1
and related utilities.
@@ -1030,13 +1022,9 @@ When set, it also enforces the following
.It
.Va WITHOUT_CLANG_FULL
.It
-.Va WITHOUT_CLANG_IS_CC
-.It
.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-all
mailing list