From owner-svn-src-all@freebsd.org Wed Sep 23 05:07:38 2015 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 18CE3A066CB; Wed, 23 Sep 2015 05:07:38 +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 011671EC9; Wed, 23 Sep 2015 05:07:38 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id EE1C11C88; Wed, 23 Sep 2015 05:07:37 +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 A7FD1134E7; Wed, 23 Sep 2015 05:07:37 +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 fPlPUoc0eNOd; Wed, 23 Sep 2015 05:07:35 +0000 (UTC) Subject: Re: svn commit: r286995 - head/share/mk DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com A1CA2134E1 To: Warner Losh , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201508211515.t7LFFM0U028322@repo.freebsd.org> From: Bryan Drewery Organization: FreeBSD Message-ID: <56023395.2080904@FreeBSD.org> Date: Tue, 22 Sep 2015 22:07:33 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <201508211515.t7LFFM0U028322@repo.freebsd.org> 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: Wed, 23 Sep 2015 05:07:38 -0000 On 8/21/15 8:15 AM, Warner Losh wrote: > Author: imp > Date: Fri Aug 21 15:15:22 2015 > New Revision: 286995 > URL: https://svnweb.freebsd.org/changeset/base/286995 > > Log: > Document bsd.progs.mk, including its status as being strongly > discouraged and that it will be going away as soon as is practicable. > > Modified: > head/share/mk/bsd.README I find this functionality irreplaceable for simplicity. The alternative is more Makefiles for simple extra progs. Granted it has meta mode dirdeps issues but I think that is acceptable as there are other ways to address that. Where is this deprecation coming from? Is it just due to bapt's in-progress (but not working) patch at https://reviews.freebsd.org/D3444 to remove bsd.progs.mk in place of PROGS in bsd.prog.mk? I would like to document PROGS properly. I had no idea how it worked until reading over it tonight. If the plan wasn't to remove PROGS itself I will do so. -- Regards, Bryan Drewery