Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2014 23:09:25 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r262235 - head/sys/boot/mips
Message-ID:  <201402192309.s1JN9PnV014362@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rwatson
Date: Wed Feb 19 23:09:25 2014
New Revision: 262235
URL: http://svnweb.freebsd.org/changeset/base/262235

Log:
  Temporarily unhook BERI boot loader from the build until 32-bit MIPS
  properly excludes building our 64-bit only boot-loader adaptation.

Modified:
  head/sys/boot/mips/Makefile

Modified: head/sys/boot/mips/Makefile
==============================================================================
--- head/sys/boot/mips/Makefile	Wed Feb 19 22:02:15 2014	(r262234)
+++ head/sys/boot/mips/Makefile	Wed Feb 19 23:09:25 2014	(r262235)
@@ -1,5 +1,7 @@
 # $FreeBSD$
 
+.if 0
 SUBDIR=	beri
+.endif
 
 .include <bsd.subdir.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402192309.s1JN9PnV014362>