svn commit: r215271 - head

Ulrich Spörlein uqs at spoerlein.net
Sun Nov 14 10:43:03 UTC 2010


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

Uli


More information about the svn-src-all mailing list