Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/evbarm/installimage Revert previous; always use the ...
details: https://anonhg.NetBSD.org/src/rev/95766ca2e63c
branches: trunk
changeset: 933988:95766ca2e63c
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Tue Jun 02 14:27:32 2020 +0000
description:
Revert previous; always use the same INSTIMAGEMB size regardless of
MKDEBUG. Should fit now that USE_XZ_SETS=yes on aarch64.
diffstat:
distrib/evbarm/installimage/Makefile | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (19 lines):
diff -r 91698de18e6a -r 95766ca2e63c distrib/evbarm/installimage/Makefile
--- a/distrib/evbarm/installimage/Makefile Tue Jun 02 14:26:01 2020 +0000
+++ b/distrib/evbarm/installimage/Makefile Tue Jun 02 14:27:32 2020 +0000
@@ -1,14 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2020/06/02 10:41:30 jmcneill Exp $
+# $NetBSD: Makefile,v 1.6 2020/06/02 14:27:32 jmcneill Exp $
.include <bsd.own.mk>
INSTIMGBASE= NetBSD-${DISTRIBVER}-${MACHINE_ARCH}-install # gives ${IMGBASE}.img
-.if ${MKDEBUG:Uno} != "no"
-INSTIMAGEMB?= 2000 # for all installation binaries w/ debug
-.else
INSTIMAGEMB?= 1550 # for all installation binaries
-.endif
.if ${MACHINE_ARCH} == "aarch64"
EFIBOOT= ${WORKDIR}/usr/mdec/bootaa64.efi
Home |
Main Index |
Thread Index |
Old Index