Module Name:    src
Committed By:   jmcneill
Date:           Tue Jun  2 14:27:32 UTC 2020

Modified Files:
        src/distrib/evbarm/installimage: Makefile

Log Message:
Revert previous; always use the same INSTIMAGEMB size regardless of
MKDEBUG. Should fit now that USE_XZ_SETS=yes on aarch64.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/evbarm/installimage/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/evbarm/installimage/Makefile
diff -u src/distrib/evbarm/installimage/Makefile:1.5 src/distrib/evbarm/installimage/Makefile:1.6
--- src/distrib/evbarm/installimage/Makefile:1.5	Tue Jun  2 10:41:30 2020
+++ src/distrib/evbarm/installimage/Makefile	Tue Jun  2 14:27:32 2020
@@ -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

Reply via email to