Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jun 2016 20:00:39 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r302178 - head/share/man/man5
Message-ID:  <201606242000.u5OK0dcD055514@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Fri Jun 24 20:00:39 2016
New Revision: 302178
URL: https://svnweb.freebsd.org/changeset/base/302178

Log:
  Regenerate
  
  Approved by:	re (implicit, r302177)

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

Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5	Fri Jun 24 19:55:59 2016	(r302177)
+++ head/share/man/man5/src.conf.5	Fri Jun 24 20:00:39 2016	(r302178)
@@ -1,7 +1,7 @@
 .\" DO NOT EDIT-- this file is automatically generated.
 .\" from FreeBSD: head/tools/build/options/makeman 292283 2015-12-15 18:42:30Z bdrewery
 .\" $FreeBSD$
-.Dd June 14, 2016
+.Dd June 24, 2016
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -536,6 +536,10 @@ When set, it also enforces the following
 When set, the following options are also in effect:
 .Pp
 .Bl -inset -compact
+.It Va WITHOUT_SYSTEM_COMPILER
+(unless
+.Va WITH_SYSTEM_COMPILER
+is set explicitly)
 .It Va WITH_AUTO_OBJ
 (unless
 .Va WITHOUT_AUTO_OBJ
@@ -1134,6 +1138,14 @@ to
 .Pp
 Currently this also enforces
 .Va WITHOUT_SYSTEM_COMPILER .
+When set, the following options are also in effect:
+.Pp
+.Bl -inset -compact
+.It Va WITHOUT_SYSTEM_COMPILER
+(unless
+.Va WITH_SYSTEM_COMPILER
+is set explicitly)
+.El
 .Pp
 This must be set in the environment, make command line, or
 .Pa /etc/src-env.conf ,
@@ -1434,12 +1446,12 @@ This must be set in the environment, mak
 .Pa /etc/src-env.conf ,
 not
 .Pa /etc/src.conf .
-.It Va WITH_SYSTEM_COMPILER
-.\" from FreeBSD: head/tools/build/options/WITH_SYSTEM_COMPILER 300354 2016-05-21 01:32:23Z bdrewery
-Set to opportunistically skip building a cross-compiler during the
+.It Va WITHOUT_SYSTEM_COMPILER
+.\" from FreeBSD: head/tools/build/options/WITHOUT_SYSTEM_COMPILER 300354 2016-05-21 01:32:23Z bdrewery
+Set to not opportunistically skip building a cross-compiler during the
 bootstrap phase of the build.
-If the currently installed compiler matches the planned bootstrap compiler
-type and revision, then it will not be built.
+Normally, if the currently installed compiler matches the planned bootstrap
+compiler type and revision, then it will not be built.
 This does not prevent a compiler from being built for installation though,
 only for building one for the build itself.
 The



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606242000.u5OK0dcD055514>