svn commit: r322688 - stable/11/share/mk
Ngie Cooper
ngie at FreeBSD.org
Sat Aug 19 01:40:32 UTC 2017
Author: ngie
Date: Sat Aug 19 01:40:30 2017
New Revision: 322688
URL: https://svnweb.freebsd.org/changeset/base/322688
Log:
MFC r321954:
Delete comment above "__DEFAULT_DEPENDENT_OPTIONS" related to "meta mode options"
src.conf(5) should document which knobs are which and the dependency between each;
remove the comment so the variable can apply to non-"meta mode options".
Modified:
stable/11/share/mk/bsd.opts.mk
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/share/mk/bsd.opts.mk
==============================================================================
--- stable/11/share/mk/bsd.opts.mk Sat Aug 19 01:26:26 2017 (r322687)
+++ stable/11/share/mk/bsd.opts.mk Sat Aug 19 01:40:30 2017 (r322688)
@@ -72,7 +72,6 @@ __DEFAULT_NO_OPTIONS = \
INSTALL_AS_USER \
STALE_STAGED
-# meta mode related
__DEFAULT_DEPENDENT_OPTIONS = \
STAGING_MAN/STAGING \
STAGING_PROG/STAGING \
More information about the svn-src-stable-11
mailing list