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 Fix previous: set EMUIMAGEM...



details:   https://anonhg.NetBSD.org/src/rev/ad4dbcb8e9b9
branches:  trunk
changeset: 446735:ad4dbcb8e9b9
user:      gson <gson%NetBSD.org@localhost>
date:      Sun Dec 16 08:58:21 2018 +0000

description:
Fix previous: set EMUIMAGEMB, not USBIMAGEMB.

diffstat:

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

diffs (14 lines):

diff -r c9faddfe8634 -r ad4dbcb8e9b9 distrib/amd64/liveimage/emuimage/Makefile
--- a/distrib/amd64/liveimage/emuimage/Makefile Sun Dec 16 08:54:58 2018 +0000
+++ b/distrib/amd64/liveimage/emuimage/Makefile Sun Dec 16 08:58:21 2018 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.4 2018/12/15 18:03:17 gson Exp $
+#      $NetBSD: Makefile,v 1.5 2018/12/16 08:58:21 gson Exp $
 
 LIVEIMGBASE=   NetBSD-${DISTRIBVER}-amd64-live # gives ${IMGBASE}.img
 
-USBIMAGEMB?=   1536                    # 2GB USB flash memories aren't 2GiB
+EMUIMAGEMB?=   1536                    # 2GB USB flash memories aren't 2GiB
 LIVEIMAGEMB=   ${EMUIMAGEMB}
 
 .include "${.CURDIR}/../Makefile.liveimage"



Home | Main Index | Thread Index | Old Index