]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Regenerate
authorbdrewery <bdrewery@FreeBSD.org>
Thu, 17 Sep 2015 22:07:40 +0000 (22:07 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Thu, 17 Sep 2015 22:07:40 +0000 (22:07 +0000)
share/man/man5/src.conf.5

index 5c40992f395f9ec6c10ee74faf9efbeffb337a26..3743365449ef70759e5d76d8cb97e1c5847c36a9 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT EDIT-- this file is automatically generated.
-.\" from FreeBSD: head/tools/build/options/makeman 287935 2015-09-17 20:45:51Z bdrewery
+.\" from FreeBSD: head/tools/build/options/makeman 287942 2015-09-17 22:04:46Z bdrewery
 .\" $FreeBSD$
 .Dd September 17, 2015
 .Dt SRC.CONF 5
@@ -142,7 +142,7 @@ related programs, libraries, and kernel modules.
 .\" from FreeBSD: head/tools/build/options/WITH_AUTO_OBJ 284708 2015-06-22 20:21:57Z sjg
 Enable automatic creation of objdirs.
 .Pp
-This must be set in the environment or
+This must be set in the environment, make command line, or
 .Pa /etc/src-env.conf ,
 not
 .Pa /etc/src.conf .
@@ -426,7 +426,7 @@ for subsequent builds.
 Depends on
 .Va WITH_META_MODE .
 .Pp
-This must be set in the environment or
+This must be set in the environment, make command line, or
 .Pa /etc/src-env.conf ,
 not
 .Pa /etc/src.conf .
@@ -904,7 +904,7 @@ and related support files.
 Create meta files during non META_MODE build.
 The meta files can be useful for debugging.
 .Pp
-This must be set in the environment or
+This must be set in the environment, make command line, or
 .Pa /etc/src-env.conf ,
 not
 .Pa /etc/src.conf .
@@ -944,18 +944,20 @@ When set, it also enforces the following options:
 .Pp
 .Bl -item -compact
 .It
-.Va WITH_AUTO_OBJ
-.It
 .Va WITH_INSTALL_AS_USER
-.It
-.Va WITH_STAGING
-.It
-.Va WITH_SYSROOT
 .El
 .Pp
 When set, the following options are also in effect:
 .Pp
 .Bl -inset -compact
+.It Va WITH_AUTO_OBJ
+(unless
+.Va WITHOUT_AUTO_OBJ
+is set explicitly)
+.It Va WITH_STAGING
+(unless
+.Va WITHOUT_STAGING
+is set explicitly)
 .It Va WITH_STAGING_MAN
 (unless
 .Va WITHOUT_STAGING_MAN
@@ -964,9 +966,13 @@ is set explicitly)
 (unless
 .Va WITHOUT_STAGING_PROG
 is set explicitly)
+.It Va WITH_SYSROOT
+(unless
+.Va WITHOUT_SYSROOT
+is set explicitly)
 .El
 .Pp
-This must be set in the environment or
+This must be set in the environment, make command line, or
 .Pa /etc/src-env.conf ,
 not
 .Pa /etc/src.conf .
@@ -1233,7 +1239,7 @@ is set explicitly)
 is set explicitly)
 .El
 .Pp
-This must be set in the environment or
+This must be set in the environment, make command line, or
 .Pa /etc/src-env.conf ,
 not
 .Pa /etc/src.conf .
@@ -1271,7 +1277,7 @@ Enable use of sysroot during build.
 Depends on
 .Va WITH_META_MODE .
 .Pp
-This must be set in the environment or
+This must be set in the environment, make command line, or
 .Pa /etc/src-env.conf ,
 not
 .Pa /etc/src.conf .