Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2013 22:19:08 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 227619 for review
Message-ID:  <201304112219.r3BMJ8JX033799@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@227619?ac=10

Change 227619 by brooks@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>



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