From owner-svn-src-head@freebsd.org Fri Nov 20 17:53:11 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 03067A33F84; Fri, 20 Nov 2015 17:53:11 +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 DFF4A12F2; Fri, 20 Nov 2015 17:53:10 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id DA8941F4A; Fri, 20 Nov 2015 17:53:10 +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 9D488177F4; Fri, 20 Nov 2015 17:53:10 +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 b9WUUhr4Skku; Fri, 20 Nov 2015 17:53:07 +0000 (UTC) Subject: Re: svn commit: r291021 - in head: sbin usr.sbin DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 7556E177EC 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: <564F5E02.80008@FreeBSD.org> Date: Fri, 20 Nov 2015 09:53:06 -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:53:11 -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.... > Sorry about that. I put in a fix for now. -- Regards, Bryan Drewery