Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk revert the previous:
details: https://anonhg.NetBSD.org/src/rev/761b3f942bf9
branches: trunk
changeset: 752984:761b3f942bf9
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Mar 13 19:31:51 2010 +0000
description:
revert the previous:
- the default for ZFS on x86 already was "yes".
- this left MKZFS unset for other platforms, which breaks the build.
diffstat:
share/mk/bsd.own.mk | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 3ccfa2127b04 -r 761b3f942bf9 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sat Mar 13 17:07:28 2010 +0000
+++ b/share/mk/bsd.own.mk Sat Mar 13 19:31:51 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.622 2010/03/13 17:07:28 haad Exp $
+# $NetBSD: bsd.own.mk,v 1.623 2010/03/13 19:31:51 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -717,7 +717,8 @@
.endif
#
-# MK* options which default to "no".
+# MK* options which default to "no". Note that MKZFS has a different
+# default for some platforms, see above.
#
_MKVARS.no= \
MKCRYPTO_IDEA MKCRYPTO_MDC2 MKCRYPTO_RC5 MKDEBUG MKDEBUGLIB \
@@ -725,7 +726,7 @@
MKMANDOC MKMANZ MKOBJDIRS \
MKPCC MKPCCCMDS \
MKSOFTFLOAT MKSTRIPIDENT \
- MKUNPRIVED MKUPDATE MKX11
+ MKUNPRIVED MKUPDATE MKX11 MKZFS
.for var in ${_MKVARS.no}
${var}?=no
.endfor
Home |
Main Index |
Thread Index |
Old Index