From owner-svn-src-all@freebsd.org Tue Mar 1 00:26:40 2016 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 5B192AB8069; Tue, 1 Mar 2016 00:26:40 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4C6E6697; Tue, 1 Mar 2016 00:26:40 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 43F79160C; Tue, 1 Mar 2016 00:26:40 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 018ED1C862; Tue, 1 Mar 2016 00:26:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id LU7zS6NpYq1I; Tue, 1 Mar 2016 00:26:37 +0000 (UTC) Subject: Re: svn commit: r296116 - head/share/mk DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 16B281C858 To: Ngie Cooper References: <201602262213.u1QMDVjX033086@repo.freebsd.org> Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" From: Bryan Drewery Organization: FreeBSD Message-ID: <56D4E1BC.1070508@FreeBSD.org> Date: Mon, 29 Feb 2016 16:26:36 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 01 Mar 2016 00:26:40 -0000 On 2/29/16 4:12 PM, Ngie Cooper wrote: > On Fri, Feb 26, 2016 at 2:13 PM, Bryan Drewery wrote: >> Author: bdrewery >> Date: Fri Feb 26 22:13:31 2016 >> New Revision: 296116 >> URL: https://svnweb.freebsd.org/changeset/base/296116 >> >> Log: >> Remove _manpages and _maninstall targets as they are no longer needed. >> >> r96164 added them to avoid recursing twice with _SUBDIR. That issue was >> fixed in bsd.subdir.mk in r291635 for all targets. >> >> Sponsored by: EMC / Isilon Storage Division > > This probably deserves release notes. I know that we've used some of > these targets internally at least... someone might have implemented > their own targets based on this (not so) documented info. > "We" being Isilon haven't used these. These were very much internal only, committed as such and not documented. I don't think we need to document it anywhere. Either someone hits an error with it due to abuse and fixes it or they don't hit an error on it. It would just be noise in release notes, like removing any other private API (like static functions). -- Regards, Bryan Drewery