Source-Changes-HG archive

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

[src/trunk]: src/share/mk re-enable BSDTAR now that the two issues (symlinks/...



details:   https://anonhg.NetBSD.org/src/rev/0302ce8a74e3
branches:  trunk
changeset: 467064:0302ce8a74e3
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 12 16:11:51 2020 +0000

description:
re-enable BSDTAR now that the two issues (symlinks/atomicity) have been fixed.

diffstat:

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

diffs (25 lines):

diff -r f5cb2c1db6be -r 0302ce8a74e3 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Jan 12 16:10:48 2020 +0000
+++ b/share/mk/bsd.own.mk       Sun Jan 12 16:11:51 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1169 2019/12/14 10:59:25 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.1170 2020/01/12 16:11:51 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1082,6 +1082,7 @@
 _MKVARS.yes= \
        MKATF \
        MKBINUTILS \
+       MKBSDTAR \
        MKCOMPLEX MKCVS MKCXX \
        MKDOC MKDTC \
        MKDYNAMICROOT \
@@ -1205,7 +1206,6 @@
        MKARGON2 \
        MKARZERO \
        MKBSDGREP \
-       MKBSDTAR \
        MKCATPAGES MKCOMPATTESTS MKCOMPATX11 MKCTF \
        MKDEBUG MKDEBUGLIB MKDTRACE \
        MKEXTSRC \



Home | Main Index | Thread Index | Old Index