Module Name:    src
Committed By:   jmcneill
Date:           Sun Feb 10 22:03:50 UTC 2013

Modified Files:
        src/etc/etc.evbarm: Makefile.inc

Log Message:
fix output filename for __mkimage macro


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/etc/etc.evbarm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.evbarm/Makefile.inc
diff -u src/etc/etc.evbarm/Makefile.inc:1.42 src/etc/etc.evbarm/Makefile.inc:1.43
--- src/etc/etc.evbarm/Makefile.inc:1.42	Sun Feb 10 21:36:31 2013
+++ src/etc/etc.evbarm/Makefile.inc	Sun Feb 10 22:03:49 2013
@@ -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 @@ __mkimage: .USE
 	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"

Reply via email to