Module Name: src
Committed By: joerg
Date: Mon Mar 3 19:14:00 UTC 2014
Modified Files:
src/distrib/evbppc/md-kernel: Makefile
Log Message:
Pass down TOOL_STAT here as well.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/evbppc/md-kernel/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/evbppc/md-kernel/Makefile
diff -u src/distrib/evbppc/md-kernel/Makefile:1.3 src/distrib/evbppc/md-kernel/Makefile:1.4
--- src/distrib/evbppc/md-kernel/Makefile:1.3 Wed Aug 3 14:55:37 2005
+++ src/distrib/evbppc/md-kernel/Makefile Mon Mar 3 19:14:00 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/08/03 14:55:37 shige Exp $
+# $NetBSD: Makefile,v 1.4 2014/03/03 19:14:00 joerg Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -14,8 +14,8 @@ MDSET_RELEASEDIR= binary/kernel
MDSET_SUFFIXES.-= img create-img
create-img= \
- OBJDUMP=${OBJDUMP}; OBJCOPY=${OBJCOPY}; export OBJDUMP OBJCOPY; \
- ${MKIMG} ${.TARGET:R} ${.TARGET}
+ OBJDUMP=${OBJDUMP}; OBJCOPY=${OBJCOPY}; STAT=${TOOL_STAT}; \
+ export OBJDUMP OBJCOPY STAT; ${MKIMG} ${.TARGET:R} ${.TARGET}
.include "${DISTRIBDIR}/common/Makefile.mdset"