Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Remove duplicate conditional assignment in previous...
details: https://anonhg.NetBSD.org/src/rev/46c5bf18a8f2
branches: trunk
changeset: 993883:46c5bf18a8f2
user: martin <martin%NetBSD.org@localhost>
date: Sat Oct 06 18:52:59 2018 +0000
description:
Remove duplicate conditional assignment in previous - pointed out by wiz@
diffstat:
share/mk/bsd.own.mk | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 8f469bfc243e -r 46c5bf18a8f2 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sat Oct 06 18:47:29 2018 +0000
+++ b/share/mk/bsd.own.mk Sat Oct 06 18:52:59 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1077 2018/10/06 18:47:29 martin Exp $
+# $NetBSD: bsd.own.mk,v 1.1078 2018/10/06 18:52:59 martin Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -1366,7 +1366,6 @@
.else
USE_XZ_SETS?= no
.endif
-USE_XZ_SETS?= no
#
# TOOL_GZIP and friends. These might refer to TOOL_PIGZ or to the host gzip.
Home |
Main Index |
Thread Index |
Old Index