Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/embedded initialize resize before pulling in b...



details:   https://anonhg.NetBSD.org/src/rev/0d9276b95410
branches:  trunk
changeset: 337218:0d9276b95410
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Apr 06 22:20:52 2015 +0000

description:
initialize resize before pulling in board config

diffstat:

 distrib/utils/embedded/mkimage |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 0ca222feba22 -r 0d9276b95410 distrib/utils/embedded/mkimage
--- a/distrib/utils/embedded/mkimage    Mon Apr 06 21:41:17 2015 +0000
+++ b/distrib/utils/embedded/mkimage    Mon Apr 06 22:20:52 2015 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: mkimage,v 1.55 2015/04/06 20:19:28 jmcneill Exp $
+# $NetBSD: mkimage,v 1.56 2015/04/06 22:20:52 jmcneill Exp $
 #
 # Copyright (c) 2013, 2014 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -102,6 +102,8 @@
        exit 1
 fi
 
+resize=false
+
 . "${DIR}/conf/${h}.conf"
 release="/usr/obj/${MACHINE}/release"
 
@@ -109,7 +111,6 @@
 dsets_p=false
 xsets_p=false
 minwrites=false
-resize=false
 rootdev=ld
 
 OPTIND=1



Home | Main Index | Thread Index | Old Index