Module Name:    src
Committed By:   mrg
Date:           Sun Jun 23 00:37:12 UTC 2024

Modified Files:
        src/etc: Makefile

Log Message:
allow XZ_OPT to be overriden.  -9 is slow when doing this a lot.


To generate a diff of this commit:
cvs rdiff -u -r1.472 -r1.473 src/etc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/Makefile
diff -u src/etc/Makefile:1.472 src/etc/Makefile:1.473
--- src/etc/Makefile:1.472	Wed Jun  5 17:20:18 2024
+++ src/etc/Makefile	Sun Jun 23 00:37:12 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.472 2024/06/05 17:20:18 tsutsui Exp $
+#	$NetBSD: Makefile,v 1.473 2024/06/23 00:37:12 mrg Exp $
 #	from: @(#)Makefile	8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -411,7 +411,7 @@ distrib-dirs: .PHONY check_DESTDIR
 	cd ${NETBSDSRCDIR}/etc/mtree && ${MAKE} distrib-dirs
 
 COMPRESS_PROGRAM=${"${USE_XZ_SETS:Uno}"!="no":?${TOOL_XZ}:${TOOL_GZIP}}
-XZ_OPT=-9
+XZ_OPT?=-9
 TAR_SUFF=${"${USE_XZ_SETS:Uno}"!="no":?tar.xz:tgz}
 
 # release, snapshot --

Reply via email to