Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Enable MKZFS for i386 and amd64 so zfs tools and mo...
details: https://anonhg.NetBSD.org/src/rev/03e9dd8c9ede
branches: trunk
changeset: 748005:03e9dd8c9ede
user: haad <haad%NetBSD.org@localhost>
date: Fri Oct 09 00:26:53 2009 +0000
description:
Enable MKZFS for i386 and amd64 so zfs tools and modules will be included in
a daily builds and anyone can test zfs for NetBSD easier.
diffstat:
share/mk/bsd.own.mk | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 4f908f897564 -r 03e9dd8c9ede share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Thu Oct 08 23:15:26 2009 +0000
+++ b/share/mk/bsd.own.mk Fri Oct 09 00:26:53 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.585 2009/10/05 22:32:58 haad Exp $
+# $NetBSD: bsd.own.mk,v 1.586 2009/10/09 00:26:53 haad Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -701,7 +701,7 @@
#
.for var in \
MKCRYPTO_IDEA MKCRYPTO_MDC2 MKCRYPTO_RC5 MKDEBUG MKDEBUGLIB \
- MKLVM MKZFS \
+ MKLVM \
MKMANZ MKOBJDIRS \
MKPCC MKPCCCMDS \
MKSOFTFLOAT MKSTRIPIDENT \
@@ -726,6 +726,15 @@
.endif
#
+# We want to build zfs only for i386 and amd64 by default for now.
+#
+.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
+MKZFS?= yes
+.else
+MKZFS?= no
+.endif
+
+#
# Force some options off if their dependencies are off.
#
Home |
Main Index |
Thread Index |
Old Index