Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/share/mk Fix editor mishap in previous merge
details: https://anonhg.NetBSD.org/src/rev/44372ebdabe0
branches: netbsd-9
changeset: 951501:44372ebdabe0
user: martin <martin%NetBSD.org@localhost>
date: Thu Feb 04 19:05:00 2021 +0000
description:
Fix editor mishap in previous merge
diffstat:
share/mk/bsd.own.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1e8dafb890f2 -r 44372ebdabe0 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Thu Feb 04 17:20:45 2021 +0000
+++ b/share/mk/bsd.own.mk Thu Feb 04 19:05:00 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1149.2.5 2021/02/04 17:12:10 martin Exp $
+# $NetBSD: bsd.own.mk,v 1.1149.2.6 2021/02/04 19:05:00 martin Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -1395,7 +1395,7 @@
# format if USE_PIGZGZIP is enabled.
.if ${USE_PIGZGZIP} == "no" && \
(${MACHINE} == "amd64" || \
- ${MACHINE} == "sparc64"
+ ${MACHINE} == "sparc64")
USE_XZ_SETS?= yes
.else
USE_XZ_SETS?= no
Home |
Main Index |
Thread Index |
Old Index