Module Name:    src
Committed By:   christos
Date:           Tue Jan 14 16:48:18 UTC 2020

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

Log Message:
Back to pax as tar until I figure out how I broke libarchive (hard link
extraction creates 0 length files for existing hard-links).


To generate a diff of this commit:
cvs rdiff -u -r1.1170 -r1.1171 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.1170 src/share/mk/bsd.own.mk:1.1171
--- src/share/mk/bsd.own.mk:1.1170	Sun Jan 12 11:11:51 2020
+++ src/share/mk/bsd.own.mk	Tue Jan 14 11:48:18 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1170 2020/01/12 16:11:51 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.1171 2020/01/14 16:48:18 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1082,7 +1082,6 @@ MKSTATICPIE?=	no
 _MKVARS.yes= \
 	MKATF \
 	MKBINUTILS \
-	MKBSDTAR \
 	MKCOMPLEX MKCVS MKCXX \
 	MKDOC MKDTC \
 	MKDYNAMICROOT \
@@ -1206,6 +1205,7 @@ _MKVARS.no= \
 	MKARGON2 \
 	MKARZERO \
 	MKBSDGREP \
+	MKBSDTAR \
 	MKCATPAGES MKCOMPATTESTS MKCOMPATX11 MKCTF \
 	MKDEBUG MKDEBUGLIB MKDTRACE \
 	MKEXTSRC \

Reply via email to