Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk As a preparation for zfs sources update disable MKZ...



details:   https://anonhg.NetBSD.org/src/rev/777f16329c49
branches:  trunk
changeset: 752499:777f16329c49
user:      haad <haad%NetBSD.org@localhost>
date:      Sat Feb 27 22:42:54 2010 +0000

description:
As a preparation for zfs sources update disable MKZFS for some time.

diffstat:

 share/mk/bsd.own.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1fe8b406ca2a -r 777f16329c49 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Feb 27 22:29:20 2010 +0000
+++ b/share/mk/bsd.own.mk       Sat Feb 27 22:42:54 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.618 2010/02/21 01:48:03 darran Exp $
+#      $NetBSD: bsd.own.mk,v 1.619 2010/02/27 22:42:54 haad Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -675,7 +675,7 @@
 # We want to build zfs only for i386 and amd64 by default for now.
 #
 .if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
-MKZFS?=                yes
+MKZFS?=                no
 .endif
 
 #



Home | Main Index | Thread Index | Old Index