Module Name: src
Committed By: roy
Date: Wed Jul 24 09:28:29 UTC 2019
Modified Files:
src/share/mk: bsd.README bsd.own.mk
Log Message:
MKBSDTAR now defaults to yes
Starting to see some modern archives not opening, it's time to make them
work!
OK joerg@ agc@
To generate a diff of this commit:
cvs rdiff -u -r1.392 -r1.393 src/share/mk/bsd.README
cvs rdiff -u -r1.1148 -r1.1149 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.README
diff -u src/share/mk/bsd.README:1.392 src/share/mk/bsd.README:1.393
--- src/share/mk/bsd.README:1.392 Sat Jul 20 19:09:23 2019
+++ src/share/mk/bsd.README Wed Jul 24 09:28:29 2019
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.392 2019/07/20 19:09:23 wiz Exp $
+# $NetBSD: bsd.README,v 1.393 2019/07/24 09:28:29 roy Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@@ -128,7 +128,7 @@ MKBINUTILS If "no", don't build binutils
MKBSDTAR If "yes", use the libarchive based cpio and tar instead of
the pax frontends.
- Default: no
+ Default: yes
MKCATPAGES If "no", don't build or install the catman pages.
Default: no
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1148 src/share/mk/bsd.own.mk:1.1149
--- src/share/mk/bsd.own.mk:1.1148 Sat Jul 20 20:25:35 2019
+++ src/share/mk/bsd.own.mk Wed Jul 24 09:28:29 2019
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1148 2019/07/20 20:25:35 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.1149 2019/07/24 09:28:29 roy Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -1053,6 +1053,7 @@ MKSTATICPIE?= no
_MKVARS.yes= \
MKATF \
MKBINUTILS \
+ MKBSDTAR \
MKCOMPLEX MKCVS MKCXX \
MKDOC MKDTC \
MKDYNAMICROOT \
@@ -1174,7 +1175,7 @@ MKLLVMRT.aarch64= yes
#
_MKVARS.no= \
MKARZERO \
- MKBSDGREP MKBSDTAR \
+ MKBSDGREP \
MKCATPAGES MKCOMPATTESTS MKCOMPATX11 MKCTF \
MKDEBUG MKDEBUGLIB MKDTRACE \
MKEXTSRC \