Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/embedded fix mkubootimage



details:   https://anonhg.NetBSD.org/src/rev/4c4ec5aa9ed0
branches:  trunk
changeset: 808576:4c4ec5aa9ed0
user:      christos <christos%NetBSD.org@localhost>
date:      Sun May 24 17:08:21 2015 +0000

description:
fix mkubootimage

diffstat:

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

diffs (18 lines):

diff -r b188649ff61e -r 4c4ec5aa9ed0 distrib/utils/embedded/mkimage
--- a/distrib/utils/embedded/mkimage    Sun May 24 17:07:26 2015 +0000
+++ b/distrib/utils/embedded/mkimage    Sun May 24 17:08:21 2015 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: mkimage,v 1.58 2015/04/19 17:56:57 hubertf Exp $
+# $NetBSD: mkimage,v 1.59 2015/05/24 17:08:21 christos Exp $
 #
 # Copyright (c) 2013, 2014 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -56,6 +56,7 @@
 MAKEFS=${TOOL_MAKEFS:-makefs}
 MTREE=${TOOL_MTREE:-mtree}
 INSTALLBOOT=${TOOL_INSTALLBOOT:-installboot}
+MKUBOOTIMAGE=${TOOL_MKUBOOTIMAGE:-mkubootimage}
 GZIP_CMD=${TOOL_GZIP:-gzip} # ${GZIP} is special to gzip(1)
 
 src="/usr/src"



Home | Main Index | Thread Index | Old Index