PERFORCE change 227619 for review

Brooks Davis brooks at FreeBSD.org
Thu Apr 11 22:19:09 UTC 2013


http://p4web.freebsd.org/@@227619?ac=10

Change 227619 by brooks at brooks_zenith on 2013/04/11 22:18:50

	Don't try to build the beri version of boot2, it needs beri.h.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/boot/mips/Makefile#3 edit
.. //depot/projects/ctsrd/cheribsd/src/sys/boot/mips/Makefile#3 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/boot/mips/Makefile#3 (text+ko) ====

@@ -1,5 +1,5 @@
 # $FreeBSD$
 
-SUBDIR=	beri
+#SUBDIR=	beri
 
 .include <bsd.subdir.mk>

==== //depot/projects/ctsrd/cheribsd/src/sys/boot/mips/Makefile#3 (text+ko) ====

@@ -1,5 +1,5 @@
 # $FreeBSD$
 
-SUBDIR=	beri
+#SUBDIR=	beri
 
 .include <bsd.subdir.mk>


More information about the p4-projects mailing list