From owner-svn-src-all@freebsd.org Mon May 1 16:31:53 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 3D022D588F7 for ; Mon, 1 May 2017 16:31:53 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-it0-x235.google.com (mail-it0-x235.google.com [IPv6:2607:f8b0:4001:c0b::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 063971C52 for ; Mon, 1 May 2017 16:31:52 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-it0-x235.google.com with SMTP id e65so26190097ita.1 for ; Mon, 01 May 2017 09:31:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=oLjhCz9w2ZrqrRQNK/4/4hDMJXWBr4nYXc3usROrhyQ=; b=z88QxqP2lczj/WIH4OO/mVzadOV4epsjSWi/ucRGbdaF9z3itiF3N4yu+Nsmoq2eH8 mY9ba2BFiwPvKzzcwtg9mRphYDbUv9CMXdL+uO0O/7FUc8QTMxJhlla2zJBhvJWXOU4D MMDxQonQOF6LQE1k64hSp/uq80IwP3Z9TkZstO1mkwlgwO4d2IYkX5WNMtZtfeyQiZ17 eXOxHB4FEFyh3N/eNLgZhut5nIVCEKrY8RyIU9IiPhJlX3YE1xxUihhQKfaeIVuJISt8 VrZax3LmrxofyIzyrTos10Pj6q9pGJAkguFqew2plj98LkeJbCccM6lyl8YaDDVZFoXQ ktNg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=oLjhCz9w2ZrqrRQNK/4/4hDMJXWBr4nYXc3usROrhyQ=; b=MvReQnUuGdopgCGRovSTJ0PGQEsFqBBOEX58+CibujG9XF2EnB4oM40nes7QIiW37P 2ZbW7zL/uw+1JyMl3i05GUMQaBddf6MhlVjgIBnn1uDZlK7l8bMqycgtcOi3xwKe1Xdn uhkQQa/53UOF7zOvxsGw5yc/WxElzrYpipsPFJfzcDXL0+pY9rZ02cnBXFtZNdObqicJ DXCAfLaEtu7CTMUQ5avATlXFdyu++1gSrFpWdWD8OqcrBnliuiyDDxKdPG/1gNjZxMLK EwV69NOdcqYXFq9oHobGHdPbJSv5LmGntN+JUZB/7NMWxw+oQusVkhjMJY3I+ZY/qmE7 PF6A== X-Gm-Message-State: AN3rC/4NDe4t13xA+nF5dZ/AEgtv//4iTi1xgcYNzj4DYZR3zHA0kVoW rM8SZ3EeZeut7j8EI6m4gJ+mPk/VnA== X-Received: by 10.36.3.136 with SMTP id e130mr6319267ite.64.1493656312053; Mon, 01 May 2017 09:31:52 -0700 (PDT) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.126.6 with HTTP; Mon, 1 May 2017 09:31:51 -0700 (PDT) X-Originating-IP: [2607:fb10:7021:1::4e6c] In-Reply-To: <201705011628.v41GSj5b090808@pdx.rh.CN85.dnsmgr.net> References: <201705010554.v415sX3A085475@repo.freebsd.org> <201705011628.v41GSj5b090808@pdx.rh.CN85.dnsmgr.net> From: Warner Losh Date: Mon, 1 May 2017 10:31:51 -0600 X-Google-Sender-Auth: vQUI7DxIa1L5C_BJupslmHD7U_o Message-ID: Subject: Re: svn commit: r317631 - head/sys To: "Rodney W. Grimes" Cc: Ngie Cooper , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 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: Mon, 01 May 2017 16:31:53 -0000 No, this disconnected netnatm from the cscope target. sys/Makefile is normally unused otherwise in the build process. Warner On Mon, May 1, 2017 at 10:28 AM, Rodney W. Grimes wrote: >> Author: ngie >> Date: Mon May 1 05:54:33 2017 >> New Revision: 317631 >> URL: https://svnweb.freebsd.org/changeset/base/317631 >> >> Log: >> Fix "make cscope" after r317411 > > This commit is disconnect netnatm module from build > > ? Mixed 2 commit messages perhaps? > >> Sponsored by: Dell EMC Isilon >> >> Modified: >> head/sys/Makefile >> >> Modified: head/sys/Makefile >> ============================================================================== >> --- head/sys/Makefile Mon May 1 02:08:44 2017 (r317630) >> +++ head/sys/Makefile Mon May 1 05:54:33 2017 (r317631) >> @@ -3,7 +3,7 @@ >> # Directories to include in cscope name file and TAGS. >> CSCOPEDIRS= boot bsm cam cddl compat conf contrib crypto ddb dev fs gdb \ >> geom gnu isa kern libkern modules net net80211 \ >> - netgraph netinet netinet6 netipsec netnatm netpfil \ >> + netgraph netinet netinet6 netipsec netpfil \ >> netsmb nfs nfsclient nfsserver nlm ofed opencrypto \ >> rpc security sys ufs vm xdr xen ${CSCOPE_ARCHDIR} >> .if !defined(CSCOPE_ARCHDIR) >> >> > > -- > Rod Grimes rgrimes@freebsd.org >