Source-Changes-HG archive

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

[src/trunk]: src/share/mk MKBSDTAR now defaults to yes



details:   https://anonhg.NetBSD.org/src/rev/00d2daed1664
branches:  trunk
changeset: 457894:00d2daed1664
user:      roy <roy%NetBSD.org@localhost>
date:      Wed Jul 24 09:28:29 2019 +0000

description:
MKBSDTAR now defaults to yes

Starting to see some modern archives not opening, it's time to make them
work!

OK joerg@ agc@

diffstat:

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

diffs (44 lines):

diff -r 7d2fa6e6a449 -r 00d2daed1664 share/mk/bsd.README
--- a/share/mk/bsd.README       Wed Jul 24 08:37:59 2019 +0000
+++ b/share/mk/bsd.README       Wed Jul 24 09:28:29 2019 +0000
@@ -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 @@
 
 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
diff -r 7d2fa6e6a449 -r 00d2daed1664 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed Jul 24 08:37:59 2019 +0000
+++ b/share/mk/bsd.own.mk       Wed Jul 24 09:28:29 2019 +0000
@@ -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 @@
 _MKVARS.yes= \
        MKATF \
        MKBINUTILS \
+       MKBSDTAR \
        MKCOMPLEX MKCVS MKCXX \
        MKDOC MKDTC \
        MKDYNAMICROOT \
@@ -1174,7 +1175,7 @@
 #
 _MKVARS.no= \
        MKARZERO \
-       MKBSDGREP MKBSDTAR \
+       MKBSDGREP \
        MKCATPAGES MKCOMPATTESTS MKCOMPATX11 MKCTF \
        MKDEBUG MKDEBUGLIB MKDTRACE \
        MKEXTSRC \



Home | Main Index | Thread Index | Old Index