Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/embedded/conf Remove debug output, fix a progr...
details:   https://anonhg.NetBSD.org/src/rev/aa3eb19a38e7
branches:  trunk
changeset: 1004497:aa3eb19a38e7
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Oct 30 14:34:30 2019 +0000
description:
Remove debug output, fix a progress message
diffstat:
 distrib/utils/embedded/conf/armv7.conf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5b2bfd36d582 -r aa3eb19a38e7 distrib/utils/embedded/conf/armv7.conf
--- a/distrib/utils/embedded/conf/armv7.conf    Wed Oct 30 14:16:15 2019 +0000
+++ b/distrib/utils/embedded/conf/armv7.conf    Wed Oct 30 14:34:30 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: armv7.conf,v 1.37 2019/10/30 12:28:32 martin Exp $
+# $NetBSD: armv7.conf,v 1.38 2019/10/30 14:34:30 martin Exp $
 # ARMv7 customization script used by mkimage
 #
 board=armv7
@@ -148,7 +148,7 @@
                *)
                        pfx=;;
                esac
-               echo "${bar} installing ${k} to /boot/${tgt} (on ${mnt}, pfx=${pfx}) ${bar}"
+               echo "${bar} installing ${k} to /boot/${pfx}${tgt} ${bar}"
                case "${k}" in
                *.gz)
                        ${GZIP_CMD} -dc "${k}" > "${mnt}/boot/${pfx}${tgt}"
Home |
Main Index |
Thread Index |
Old Index