Source-Changes-HG archive

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

[src/trunk]: src/distrib/amd64/liveimage/emuimage Live images built with MKDE...



details:   https://anonhg.NetBSD.org/src/rev/a054c4fbd5a9
branches:  trunk
changeset: 458808:a054c4fbd5a9
user:      gson <gson%NetBSD.org@localhost>
date:      Sun Aug 11 11:00:30 2019 +0000

description:
Live images built with MKDEBUG=yes fit in 2 GB since installing _pic.a
libraries was disabled in src/share/mk/bsd.own.mk 1.1150.

diffstat:

 distrib/amd64/liveimage/emuimage/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 545ffc3c7793 -r a054c4fbd5a9 distrib/amd64/liveimage/emuimage/Makefile
--- a/distrib/amd64/liveimage/emuimage/Makefile Sun Aug 11 08:56:53 2019 +0000
+++ b/distrib/amd64/liveimage/emuimage/Makefile Sun Aug 11 11:00:30 2019 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.6 2019/08/07 07:59:35 gson Exp $
+#      $NetBSD: Makefile,v 1.7 2019/08/11 11:00:30 gson Exp $
 
 LIVEIMGBASE=   NetBSD-${DISTRIBVER}-amd64-live # gives ${IMGBASE}.img
 
-EMUIMAGEMB?=   3725                    # 4GB USB flash memories aren't 4GiB
+EMUIMAGEMB?=   1907                    # 2GB USB flash memories aren't 2GiB
 LIVEIMAGEMB=   ${EMUIMAGEMB}
 
 .include "${.CURDIR}/../Makefile.liveimage"



Home | Main Index | Thread Index | Old Index