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/63ee2d380b85
branches: trunk
changeset: 464973:63ee2d380b85
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 944354ebbb51 -r 63ee2d380b85 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