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/b69f3863b353
branches:  trunk
changeset: 836265:b69f3863b353
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 c15608512f36 -r b69f3863b353 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