Module Name:    src
Committed By:   martin
Date:           Sat Oct  6 18:47:29 UTC 2018

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

Log Message:
Switch amd64, sparc64 and alpha to .tar.xz sets


To generate a diff of this commit:
cvs rdiff -u -r1.1076 -r1.1077 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.1076 src/share/mk/bsd.own.mk:1.1077
--- src/share/mk/bsd.own.mk:1.1076	Sat Sep 29 06:48:22 2018
+++ src/share/mk/bsd.own.mk	Sat Oct  6 18:47:29 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1076 2018/09/29 06:48:22 martin Exp $
+#	$NetBSD: bsd.own.mk,v 1.1077 2018/10/06 18:47:29 martin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1361,7 +1361,11 @@ ${var}?= no
 
 # Default to USE_XZ_SETS on some 64bit architectures where decompressor
 # memory will likely not be in short supply.
-# XXX incomplete feature, set to no everywhere
+.if ${MACHINE} == "amd64" || ${MACHINE} == "sparc64" || ${MACHINE} == "alpha"
+USE_XZ_SETS?= yes
+.else
+USE_XZ_SETS?= no
+.endif 
 USE_XZ_SETS?= no
 
 #

Reply via email to