From owner-svn-src-all@freebsd.org Fri Jan 6 21:08:20 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CC62CA26A5; Fri, 6 Jan 2017 21:08:20 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D5701253; Fri, 6 Jan 2017 21:08:20 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v06L8J88089656; Fri, 6 Jan 2017 21:08:19 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v06L8JxK089655; Fri, 6 Jan 2017 21:08:19 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201701062108.v06L8JxK089655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Ngie Cooper Date: Fri, 6 Jan 2017 21:08:19 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r311548 - head/tools/build/options X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2017 21:08:20 -0000 Author: ngie Date: Fri Jan 6 21:08:19 2017 New Revision: 311548 URL: https://svnweb.freebsd.org/changeset/base/311548 Log: Carry over r311520 to tools/build/options/WITHOUT_USB_GADGET_EXAMPLES Discussed with: wblock r311520: Fix src.conf(5) description of WITHOUT_USB_GADGET_EXAMPLES. PR: 215831 Submitted by: p5B2E9A8F@t-online.de MFC after: 1 week X-MFC with: r311520 Sponsored by: iXsystems Modified: head/tools/build/options/WITHOUT_USB_GADGET_EXAMPLES Modified: head/tools/build/options/WITHOUT_USB_GADGET_EXAMPLES ============================================================================== --- head/tools/build/options/WITHOUT_USB_GADGET_EXAMPLES Fri Jan 6 20:33:48 2017 (r311547) +++ head/tools/build/options/WITHOUT_USB_GADGET_EXAMPLES Fri Jan 6 21:08:19 2017 (r311548) @@ -1,2 +1,2 @@ .\" $FreeBSD$ -Set to build USB gadget kernel modules. +Set to not build USB gadget kernel modules.