svn commit: r273419 - head/share/mk

Warner Losh imp at FreeBSD.org
Tue Oct 21 20:29:53 UTC 2014


Author: imp
Date: Tue Oct 21 20:29:53 2014
New Revision: 273419
URL: https://svnweb.freebsd.org/changeset/base/273419

Log:
  For the kernel, we have USB_GADGET_EXAMPLES as defaults to yes. For
  userland defaults to no. This caused issues for the automated option
  documenation script. Turns out, this isn't used in userland at all, so
  just remove it from here.

Modified:
  head/share/mk/src.opts.mk

Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk	Tue Oct 21 20:29:51 2014	(r273418)
+++ head/share/mk/src.opts.mk	Tue Oct 21 20:29:53 2014	(r273419)
@@ -169,8 +169,7 @@ __DEFAULT_NO_OPTIONS = \
     OPENSSH_NONE_CIPHER \
     SHARED_TOOLCHAIN \
     SORT_THREADS \
-    SVN \
-    USB_GADGET_EXAMPLES
+    SVN
 
 #
 # Default behaviour of some options depends on the architecture.  Unfortunately


More information about the svn-src-head mailing list