Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Oct 2014 20:29:53 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r273419 - head/share/mk
Message-ID:  <201410212029.s9LKTrNp074466@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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