svn commit: r246638 - stable/9/share/man/man5
Dimitry Andric
dim at FreeBSD.org
Sun Feb 10 21:30:00 UTC 2013
Author: dim
Date: Sun Feb 10 21:29:59 2013
New Revision: 246638
URL: http://svnweb.freebsd.org/changeset/base/246638
Log:
Regenerate src.conf.5 after r246637.
Modified:
stable/9/share/man/man5/src.conf.5
Modified: stable/9/share/man/man5/src.conf.5
==============================================================================
--- stable/9/share/man/man5/src.conf.5 Sun Feb 10 21:24:47 2013 (r246637)
+++ stable/9/share/man/man5/src.conf.5 Sun Feb 10 21:29:59 2013 (r246638)
@@ -1,7 +1,7 @@
.\" DO NOT EDIT-- this file is automatically generated.
.\" from FreeBSD: stable/9/tools/build/options/makeman 236430 2012-06-02 02:26:37Z gjb
.\" $FreeBSD$
-.Dd February 4, 2013
+.Dd February 10, 2013
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -274,6 +274,8 @@ When set, it also enforces the following
.It
.Va WITHOUT_CLANG_EXTRAS
.It
+.Va WITHOUT_CLANG_FULL
+.It
.Va WITHOUT_CLANG_IS_CC
.El
.It Va WITH_CLANG
@@ -285,6 +287,20 @@ amd64/amd64, i386/i386, pc98/i386, power
.It Va WITH_CLANG_EXTRAS
.\" from FreeBSD: stable/9/tools/build/options/WITH_CLANG_EXTRAS 231919 2012-02-19 23:35:56Z dim
Set to build additional clang and llvm tools, such as bugpoint.
+.It Va WITHOUT_CLANG_FULL
+.\" from FreeBSD: stable/9/tools/build/options/WITHOUT_CLANG_FULL 246637 2013-02-10 21:24:47Z dim
+Set to avoid building the ARCMigrate, Rewriter and StaticAnalyzer components of
+the Clang C/C++ compiler.
+.Pp
+It is a default setting on
+arm/arm, arm/armeb, ia64/ia64, mips/mipsel, mips/mipseb, mips/mips64el, mips/mips64eb, mips/mipsn32eb and sparc64/sparc64.
+.It Va WITH_CLANG_FULL
+.\" from FreeBSD: stable/9/tools/build/options/WITH_CLANG_FULL 246637 2013-02-10 21:24:47Z dim
+Set to build the ARCMigrate, Rewriter and StaticAnalyzer components of the
+Clang C/C++ compiler.
+.Pp
+It is a default setting on
+amd64/amd64, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64.
.It Va WITH_CLANG_IS_CC
.\" from FreeBSD: stable/9/tools/build/options/WITH_CLANG_IS_CC 235587 2012-05-18 02:00:01Z gjb
Set to install the Clang C/C++ compiler as
@@ -348,6 +364,10 @@ When set, it also enforces the following
.It
.Va WITHOUT_CLANG
.It
+.Va WITHOUT_CLANG_EXTRAS
+.It
+.Va WITHOUT_CLANG_FULL
+.It
.Va WITHOUT_CLANG_IS_CC
.It
.Va WITHOUT_GROFF
@@ -750,6 +770,16 @@ Set to not build NLS catalogs.
.\" from FreeBSD: stable/9/tools/build/options/WITHOUT_NLS_CATALOGS 156932 2006-03-21 07:50:50Z ru
Set to not build NLS catalog support for
.Xr csh 1 .
+.It Va WITH_NMTREE
+.\" from FreeBSD: stable/9/tools/build/options/WITH_NMTREE 245462 2013-01-15 16:46:51Z brooks
+Set to install
+.Xr nmtree 8
+as
+.Xr mtree 8 .
+By default
+.Xr fmtree 8
+is installed as
+.Xr mtree 8 .
.It Va WITHOUT_NS_CACHING
.\" from FreeBSD: stable/9/tools/build/options/WITHOUT_NS_CACHING 172803 2007-10-19 14:01:25Z ru
Set to disable name caching in the
@@ -811,6 +841,11 @@ Set to build some programs without PAM s
.Xr ftpd 8
and
.Xr ppp 8 .
+.It Va WITHOUT_PC_SYSINSTALL
+.\" from FreeBSD: stable/9/tools/build/options/WITHOUT_PC_SYSINSTALL 246264 2013-02-02 23:01:54Z eadler
+Set to not build
+.Xr pc-sysinstall 8
+and related programs.
.It Va WITHOUT_PF
.\" from FreeBSD: stable/9/tools/build/options/WITHOUT_PF 156932 2006-03-21 07:50:50Z ru
Set to not build PF firewall package.
@@ -963,6 +998,10 @@ When set, it also enforces the following
.It
.Va WITHOUT_CLANG
.It
+.Va WITHOUT_CLANG_EXTRAS
+.It
+.Va WITHOUT_CLANG_FULL
+.It
.Va WITHOUT_CLANG_IS_CC
.It
.Va WITHOUT_GCC
More information about the svn-src-stable-9
mailing list