Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/sets Another USE_XZ_SETS which probably should be fi...
details: https://anonhg.NetBSD.org/src/rev/c5d1ae7a0bd6
branches: trunk
changeset: 433703:c5d1ae7a0bd6
user: kre <kre%NetBSD.org@localhost>
date: Sat Sep 29 06:36:29 2018 +0000
description:
Another USE_XZ_SETS which probably should be fixed elsewhere
in a better way
diffstat:
distrib/sets/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 016df9bc6223 -r c5d1ae7a0bd6 distrib/sets/Makefile
--- a/distrib/sets/Makefile Sat Sep 29 06:10:01 2018 +0000
+++ b/distrib/sets/Makefile Sat Sep 29 06:36:29 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2018/09/28 15:04:20 martin Exp $
+# $NetBSD: Makefile,v 1.105 2018/09/29 06:36:29 kre Exp $
# Experimental RCS METALOG versioning
# (Needs host's rcs(1) commands)
@@ -15,7 +15,7 @@
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
-.if ${USE_XZ_SETS} != "no"
+.if defined(USE_XZ_SETS) && ${USE_XZ_SETS} != "no"
COMPRESS_PROGRAM=${TOOL_XZ}
XZ_OPT=-9
TAR_SUFF=tar.xz
Home |
Main Index |
Thread Index |
Old Index