svn commit: r362588 - head/share/man/man5
Conrad Meyer
cem at FreeBSD.org
Wed Jun 24 17:31:22 UTC 2020
Author: cem
Date: Wed Jun 24 17:31:21 2020
New Revision: 362588
URL: https://svnweb.freebsd.org/changeset/base/362588
Log:
Regenerate src.conf.5 after r362587
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5 Wed Jun 24 17:03:42 2020 (r362587)
+++ head/share/man/man5/src.conf.5 Wed Jun 24 17:31:21 2020 (r362588)
@@ -1,6 +1,6 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
.\" $FreeBSD$
-.Dd June 6, 2020
+.Dd June 24, 2020
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -321,6 +321,8 @@ When set, it enforces these options:
.It
.Va WITHOUT_CLANG_EXTRAS
.It
+.Va WITHOUT_CLANG_FORMAT
+.It
.Va WITHOUT_CLANG_FULL
.It
.Va WITHOUT_LLVM_COV
@@ -333,6 +335,8 @@ enabled unless an alternate compiler is provided via X
.It Va WITH_CLANG_EXTRAS
Set to build additional clang and llvm tools, such as bugpoint and
clang-format.
+.It Va WITH_CLANG_FORMAT
+Set to build clang-format.
.It Va WITHOUT_CLANG_FULL
Set to avoid building the ARCMigrate, Rewriter and StaticAnalyzer components of
the Clang C/C++ compiler.
@@ -441,6 +445,8 @@ When set, it enforces these options:
.It
.Va WITHOUT_CLANG_EXTRAS
.It
+.Va WITHOUT_CLANG_FORMAT
+.It
.Va WITHOUT_CLANG_FULL
.It
.Va WITHOUT_DTRACE_TESTS
@@ -1623,6 +1629,8 @@ When set, it enforces these options:
.Va WITHOUT_CLANG
.It
.Va WITHOUT_CLANG_EXTRAS
+.It
+.Va WITHOUT_CLANG_FORMAT
.It
.Va WITHOUT_CLANG_FULL
.It
More information about the svn-src-all
mailing list