From owner-svn-src-head@freebsd.org Fri Nov 20 17:55:07 2015 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 25F49A34011; Fri, 20 Nov 2015 17:55:07 +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 0C57414D1; Fri, 20 Nov 2015 17:55:07 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 06CCC10AC; Fri, 20 Nov 2015 17:55:07 +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 BCE551780A; Fri, 20 Nov 2015 17:55:06 +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 jViRrYOe-VZU; Fri, 20 Nov 2015 17:55:04 +0000 (UTC) Subject: Re: svn commit: r291021 - in head: sbin usr.sbin DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com EF530177FF To: Warner Losh , Andrew Turner References: <201511181752.tAIHqcdF006755@repo.freebsd.org> <20151120141951.3c666ba5@bender> Cc: src-committers , svn-src-head@freebsd.org, svn-src-all@freebsd.org From: Bryan Drewery Organization: FreeBSD Message-ID: <564F5E77.60404@FreeBSD.org> Date: Fri, 20 Nov 2015 09:55:03 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 20 Nov 2015 17:55:07 -0000 On 11/20/15 7:32 AM, Warner Losh wrote: > > On Nov 20, 2015 7:20 AM, "Andrew Turner" > wrote: >> >> On Wed, 18 Nov 2015 17:52:38 +0000 (UTC) >> Bryan Drewery wrote: >> >> > Author: bdrewery >> > Date: Wed Nov 18 17:52:38 2015 >> > New Revision: 291021 >> > URL: https://svnweb.freebsd.org/changeset/base/291021 >> > >> > Log: >> > Convert to SUBDIR.yes format. >> > >> > Reviewed by: imp >> > Sponsored by: EMC / Isilon Storage Division >> > Differential Revision: https://reviews.freebsd.org/D4182 >> > >> > Modified: >> > head/sbin/Makefile >> > head/usr.sbin/Makefile >> >> This broke some mips. In usr.sbin/Makefile.mips we exclude uathload for >> some variants of mips with "SUBDIR:= ${SUBDIR:Nuathload}", however this >> is now no longer in SUBDIR. >> > > I'll take a look at this.... > In the past I've added a SUBDIR_IGNORE list (I forget the specific name I used) to remove directories without the :N pattern directly in the Makefiles. Something like that in bsd.subdir.mk may be better to work with the .yes feature. -- Regards, Bryan Drewery