svn commit: r262235 - head/sys/boot/mips

Robert Watson rwatson at FreeBSD.org
Wed Feb 19 23:09:25 UTC 2014


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>


More information about the svn-src-head mailing list