From owner-svn-src-head@FreeBSD.ORG Sun Nov 14 16:18:13 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B7EF106564A; Sun, 14 Nov 2010 16:18:13 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id DE3438FC15; Sun, 14 Nov 2010 16:18:12 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id oAEGCruv095209; Sun, 14 Nov 2010 09:12:53 -0700 (MST) (envelope-from imp@bsdimp.com) Message-ID: <4CE00A85.8020000@bsdimp.com> Date: Sun, 14 Nov 2010 09:12:53 -0700 From: Warner Losh User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.9) Gecko/20100918 Thunderbird/3.1.4 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Ulrich_Sp=F6rlein?= , Warner Losh , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201011132238.oADMcXU1062375@svn.freebsd.org> <20101114104301.GB64243@acme.spoerlein.net> In-Reply-To: <20101114104301.GB64243@acme.spoerlein.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Subject: Re: svn commit: r215271 - head X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 14 Nov 2010 16:18:13 -0000 On 11/14/2010 03:43, Ulrich Spörlein wrote: > On Sat, 13.11.2010 at 22:38:33 +0000, Warner Losh wrote: >> Author: imp >> Date: Sat Nov 13 22:38:33 2010 >> New Revision: 215271 >> URL: http://svn.freebsd.org/changeset/base/215271 >> >> Log: >> Add mips back to universe >> >> Modified: >> head/Makefile >> >> Modified: head/Makefile >> ============================================================================== >> --- head/Makefile Sat Nov 13 22:34:12 2010 (r215270) >> +++ head/Makefile Sat Nov 13 22:38:33 2010 (r215271) >> @@ -281,7 +281,7 @@ tinderbox: >> # existing system is. >> # >> .if make(universe) || make(universe_kernels) || make(tinderbox) >> -TARGETS?=amd64 i386 ia64 pc98 powerpc sparc64 sun4v >> +TARGETS?=amd64 i386 ia64 pc98 powerpc sparc64 sun4v mips > Can we have that sorted, please? I'm sure it was sorted before ... > > -TARGETS?=amd64 i386 ia64 pc98 powerpc sparc64 sun4v mips > +TARGETS?=amd64 i386 ia64 mips pc98 powerpc sparc64 sun4v I'll sort it when I'm 100% it works for everybody and that I don't have any uncommitted changes in my test tree. My first run suggests it works, but the test in my pristine loopback tree are still running. Warner