Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/share/mk Pull up following revision(s) (requested by tsut...
details: https://anonhg.NetBSD.org/src/rev/ada9863fa6f9
branches: netbsd-9
changeset: 964274:ada9863fa6f9
user: martin <martin%NetBSD.org@localhost>
date: Thu Feb 04 17:12:10 2021 +0000
description:
Pull up following revision(s) (requested by tsutsui in ticket #1193):
share/mk/bsd.own.mk: revision 1.1229
Switch alpha to USE_XZ_SETS=no, i.e. using gzip for installation sets.
Ok'ed by martin@ in PR/55751. Maybe worth to pullup to netbsd-9.
diffstat:
share/mk/bsd.own.mk | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 5d3686c223fe -r ada9863fa6f9 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Thu Feb 04 17:04:14 2021 +0000
+++ b/share/mk/bsd.own.mk Thu Feb 04 17:12:10 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1149.2.4 2020/08/14 11:02:42 martin Exp $
+# $NetBSD: bsd.own.mk,v 1.1149.2.5 2021/02/04 17:12:10 martin Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -1395,8 +1395,7 @@
# format if USE_PIGZGZIP is enabled.
.if ${USE_PIGZGZIP} == "no" && \
(${MACHINE} == "amd64" || \
- ${MACHINE} == "sparc64" || \
- ${MACHINE} == "alpha")
+ ${MACHINE} == "sparc64"
USE_XZ_SETS?= yes
.else
USE_XZ_SETS?= no
Home |
Main Index |
Thread Index |
Old Index