Module Name:    src
Committed By:   christos
Date:           Sun Jan 12 16:11:51 UTC 2020

Modified Files:
        src/share/mk: bsd.own.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.1169 -r1.1170 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.own.mk
diff -u src/share/mk/bsd.own.mk:1.1169 src/share/mk/bsd.own.mk:1.1170
--- src/share/mk/bsd.own.mk:1.1169	Sat Dec 14 05:59:25 2019
+++ src/share/mk/bsd.own.mk	Sun Jan 12 11:11:51 2020
@@ -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 @@ MKSTATICPIE?=	no
 _MKVARS.yes= \
 	MKATF \
 	MKBINUTILS \
+	MKBSDTAR \
 	MKCOMPLEX MKCVS MKCXX \
 	MKDOC MKDTC \
 	MKDYNAMICROOT \
@@ -1205,7 +1206,6 @@ _MKVARS.no= \
 	MKARGON2 \
 	MKARZERO \
 	MKBSDGREP \
-	MKBSDTAR \
 	MKCATPAGES MKCOMPATTESTS MKCOMPATX11 MKCTF \
 	MKDEBUG MKDEBUGLIB MKDTRACE \
 	MKEXTSRC \

Reply via email to