Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.evbarm fix output filename for __mkimage macro



details:   https://anonhg.NetBSD.org/src/rev/6ec94b945e8e
branches:  trunk
changeset: 784830:6ec94b945e8e
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Feb 10 22:03:49 2013 +0000

description:
fix output filename for __mkimage macro

diffstat:

 etc/etc.evbarm/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d58186dfd458 -r 6ec94b945e8e etc/etc.evbarm/Makefile.inc
--- a/etc/etc.evbarm/Makefile.inc       Sun Feb 10 21:51:53 2013 +0000
+++ b/etc/etc.evbarm/Makefile.inc       Sun Feb 10 22:03:49 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.42 2013/02/10 21:36:31 jmcneill Exp $
+#      $NetBSD: Makefile.inc,v 1.43 2013/02/10 22:03:49 jmcneill Exp $
 #
 #      etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
 #
@@ -30,7 +30,7 @@
        TOOL_MTREE=${TOOL_MTREE} \
        ${MKIMAGE} -x -h ${.TARGET:S/smp_//} -D ${DESTDIR} \
            -K ${.ALLSRC} -S ${NETBSDSRCDIR} \
-           ${IMAGE.dir}/${.TARGET:/smp_//}.img.gz
+           ${IMAGE.dir}/${.TARGET:S/smp_//}.img.gz
 
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "earm" \
     || ${MACHINE_ARCH} == "earmhf"



Home | Main Index | Thread Index | Old Index