Module Name:    src
Committed By:   jmcneill
Date:           Fri May 22 01:18:05 UTC 2015

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

Log Message:
define TOOL_MKUBOOTIMAGE for mkimage


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 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.75 src/etc/etc.evbarm/Makefile.inc:1.76
--- src/etc/etc.evbarm/Makefile.inc:1.75	Fri May 15 06:51:24 2015
+++ src/etc/etc.evbarm/Makefile.inc	Fri May 22 01:18:05 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.75 2015/05/15 06:51:24 matt Exp $
+#	$NetBSD: Makefile.inc,v 1.76 2015/05/22 01:18:05 jmcneill Exp $
 #
 #	etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
 #
@@ -132,6 +132,7 @@ __mkimage: .USE
 	TOOL_GZIP=${TOOL_GZIP} \
 	TOOL_MKNOD=${TOOL_MKNOD} \
 	TOOL_PAX=${TOOL_PAX} \
+	TOOL_MKUBOOTIMAGE=${TOOL_MKUBOOTIMAGE} \
 	TOOL_MTREE=${TOOL_MTREE} \
 	HOST_SH=${HOST_SH} \
 	${HOST_SH} ${MKIMAGE} -x -h ${.TARGET:S/smp_//} -D ${DESTDIR} \

Reply via email to