Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/evbarm/installimage Use a larger INSTIMAGEMB value f...



details:   https://anonhg.NetBSD.org/src/rev/0c4846e7b782
branches:  trunk
changeset: 933983:0c4846e7b782
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Tue Jun 02 10:41:30 2020 +0000

description:
Use a larger INSTIMAGEMB value for MKDEBUG builds

diffstat:

 distrib/evbarm/installimage/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r ccfe560fe89e -r 0c4846e7b782 distrib/evbarm/installimage/Makefile
--- a/distrib/evbarm/installimage/Makefile      Tue Jun 02 08:03:59 2020 +0000
+++ b/distrib/evbarm/installimage/Makefile      Tue Jun 02 10:41:30 2020 +0000
@@ -1,10 +1,14 @@
-#      $NetBSD: Makefile,v 1.4 2020/06/02 01:34:50 jmcneill Exp $
+#      $NetBSD: Makefile,v 1.5 2020/06/02 10:41:30 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