Module Name: src
Committed By: christos
Date: Sun Feb 10 14:26:32 UTC 2013
Modified Files:
src/etc/etc.evbarm: Makefile.inc
Log Message:
pass more tools down.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 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.38 src/etc/etc.evbarm/Makefile.inc:1.39
--- src/etc/etc.evbarm/Makefile.inc:1.38 Sat Feb 9 20:24:40 2013
+++ src/etc/etc.evbarm/Makefile.inc Sun Feb 10 09:26:32 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.38 2013/02/10 01:24:40 christos Exp $
+# $NetBSD: Makefile.inc,v 1.39 2013/02/10 14:26:32 christos Exp $
#
# etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
#
@@ -47,10 +47,14 @@ EXTRA_KERNELS+= RPI
RPI.rel= ${RELEASEDIR}/${RELEASEMACHINEDIR}
RPI.kernel= ${RPI.rel}/binary/kernel/netbsd-RPI.bin.gz
RPI.img= ${RPI.rel}/binary/gzimg/rpi.img.gz
+# The first 3 tools are for mkimage, the last 3 for MAKEDEV
snap_md_post:
TOOL_MAKEFS=${TOOL_MAKEFS} \
TOOL_DISKLABEL=${TOOL_DISKLABEL} \
TOOL_FDISK=${TOOL_FDISK} \
+ TOOL_MKNOD=${TOOL_MKNOD} \
+ TOOL_PAX=${TOOL_PAX} \
+ TOOL_MTREE=${TOOL_MTREE} \
${MKIMAGE} -x -h rpi -D ${DESTDIR} -K ${RPI.kernel} \
-S ${NETBSDSRCDIR} ${RPI.img}
.endif