Module Name:    src
Committed By:   mrg
Date:           Sat Mar  9 06:50:15 UTC 2024

Modified Files:
        src/distrib/sets: Makefile

Log Message:
allow XZ_OPT to be overriden.


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/distrib/sets/Makefile

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

Modified files:

Index: src/distrib/sets/Makefile
diff -u src/distrib/sets/Makefile:1.110 src/distrib/sets/Makefile:1.111
--- src/distrib/sets/Makefile:1.110	Fri Nov 10 21:05:23 2023
+++ src/distrib/sets/Makefile	Sat Mar  9 06:50:15 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.110 2023/11/10 21:05:23 christos Exp $
+#	$NetBSD: Makefile,v 1.111 2024/03/09 06:50:15 mrg Exp $
 
 # Experimental RCS METALOG versioning
 # (Needs host's rcs(1) commands)
@@ -17,7 +17,7 @@ all:
 
 COMPRESS_PROGRAM=${"${USE_XZ_SETS:Uno}"!="no":?${TOOL_XZ}:${TOOL_GZIP}}
 TAR_SUFF=${"${USE_XZ_SETS:Uno}"!="no":?tar.xz:tgz}
-XZ_OPT=		-9
+XZ_OPT?=		-9
 GZIP_FLAGS=	${GZIP_N_FLAG}
 UMASK=		umask 022
 

Reply via email to