From owner-svn-src-head@freebsd.org Wed May 18 18:14:01 2016 Return-Path: Delivered-To: svn-src-head@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 44091B401B5; Wed, 18 May 2016 18:14:01 +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 353201D77; Wed, 18 May 2016 18:14:01 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 2E7A41A19; Wed, 18 May 2016 18:14:01 +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 CF5991F736; Wed, 18 May 2016 18:14:00 +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 u5nsSe_Ku6de; Wed, 18 May 2016 18:13:58 +0000 (UTC) Subject: Re: svn commit: r300137 - head DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 74A9D1F72F To: Andriy Voskoboinyk , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201605181043.u4IAhDmP037290@repo.freebsd.org> From: Bryan Drewery Organization: FreeBSD Message-ID: <911ad948-e9ac-0c1a-c4f4-9aeb1a2d800b@FreeBSD.org> Date: Wed, 18 May 2016 11:13:56 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <201605181043.u4IAhDmP037290@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2016 18:14:01 -0000 On 5/18/16 3:43 AM, Andriy Voskoboinyk wrote: > Author: avos > Date: Wed May 18 10:43:13 2016 > New Revision: 300137 > URL: https://svnweb.freebsd.org/changeset/base/300137 > > Log: > README: remove nonexistent 'games' directory. > > Games were moved to usr.bin in r288485. > > (todo: add/describe 'targets' directory) targets/ is only used when using the WITH_DIRDEPS_BUILD flag, which invokes a totally different build system than buildworld. See src.conf(5) WITH_DIRDEPS_BUILD. > > Modified: > head/README > > Modif -- Regards, Bryan Drewery