Author: bdrewery Date: Thu Sep 17 22:07:40 2015 New Revision: 287943 URL: https://svnweb.freebsd.org/changeset/base/287943
Log: Regenerate Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ============================================================================== --- head/share/man/man5/src.conf.5 Thu Sep 17 22:04:46 2015 (r287942) +++ head/share/man/man5/src.conf.5 Thu Sep 17 22:07:40 2015 (r287943) @@ -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 .\" 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 .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 . _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
