Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk - note that if MKINET6 is "no", MK11 must also be "...
details: https://anonhg.NetBSD.org/src/rev/ba8ac68cbd49
branches: trunk
changeset: 755784:ba8ac68cbd49
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Jun 20 06:54:23 2010 +0000
description:
- note that if MKINET6 is "no", MK11 must also be "no". we don't support
building X11 without inet6 support. the support to maintain patches to
generated files and other files is too great. PR#42856
- add TOOL_PIGZ, which defaults to the (not yet default) built tools/pigz.
diffstat:
share/mk/bsd.README | 7 +++++--
share/mk/bsd.own.mk | 4 +++-
2 files changed, 8 insertions(+), 3 deletions(-)
diffs (53 lines):
diff -r b09dbaa7b17d -r ba8ac68cbd49 share/mk/bsd.README
--- a/share/mk/bsd.README Sun Jun 20 02:23:15 2010 +0000
+++ b/share/mk/bsd.README Sun Jun 20 06:54:23 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.272 2010/06/19 03:50:30 mrg Exp $
+# $NetBSD: bsd.README,v 1.273 2010/06/20 06:54:24 mrg Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@@ -205,7 +205,8 @@
Default: no
MKINET6 If "no", disables building of INET6 (IPv6) infrastructure
- (libraries and support programs).
+ (libraries and support programs). This option must not be
+ set to "no" if MKX11 is not "no".
Default: yes
MKINFO If "no", don't build or install Info documentation from
@@ -743,6 +744,8 @@
TOOL_PIC Compile pictures for groff. [pic]
+TOOL_PIGZ Parallel compressor. [pigz]
+
TOOL_POWERPCMKBOOTIMAGE Make bootable image for powerpc. [powerpc-mkbootimage]
TOOL_PWD_MKDB Generate the password databases. [pwd_mkdb]
diff -r b09dbaa7b17d -r ba8ac68cbd49 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sun Jun 20 02:23:15 2010 +0000
+++ b/share/mk/bsd.own.mk Sun Jun 20 06:54:23 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.631 2010/06/19 03:50:30 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.632 2010/06/20 06:54:23 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -275,6 +275,7 @@
TOOL_NBPERF= ${TOOLDIR}/bin/${_TOOL_PREFIX}nbperf
TOOL_PAX= ${TOOLDIR}/bin/${_TOOL_PREFIX}pax
TOOL_PIC= ${TOOLDIR}/bin/${_TOOL_PREFIX}pic
+TOOL_PIGZ= ${TOOLDIR}/bin/${_TOOL_PREFIX}pigz
TOOL_PKG_CREATE= ${TOOLDIR}/bin/${_TOOL_PREFIX}pkg_create
TOOL_POWERPCMKBOOTIMAGE=${TOOLDIR}/bin/${_TOOL_PREFIX}powerpc-mkbootimage
TOOL_PWD_MKDB= ${TOOLDIR}/bin/${_TOOL_PREFIX}pwd_mkdb
@@ -351,6 +352,7 @@
TOOL_NBPERF= nbperf
TOOL_PAX= pax
TOOL_PIC= pic
+TOOL_PIGZ= pigz
TOOL_PKG_CREATE= pkg_create
TOOL_POWERPCMKBOOTIMAGE= powerpc-mkbootimage
TOOL_PWD_MKDB= pwd_mkdb
Home |
Main Index |
Thread Index |
Old Index