Source-Changes-HG archive

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

[src/trunk]: src/distrib/evbppc/md-kernel Pass down TOOL_STAT here as well.



details:   https://anonhg.NetBSD.org/src/rev/59d206b31c7b
branches:  trunk
changeset: 327283:59d206b31c7b
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Mar 03 19:14:00 2014 +0000

description:
Pass down TOOL_STAT here as well.

diffstat:

 distrib/evbppc/md-kernel/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 6a16ff5e0138 -r 59d206b31c7b distrib/evbppc/md-kernel/Makefile
--- a/distrib/evbppc/md-kernel/Makefile Mon Mar 03 19:09:52 2014 +0000
+++ b/distrib/evbppc/md-kernel/Makefile Mon Mar 03 19:14:00 2014 +0000
@@ -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_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"
 



Home | Main Index | Thread Index | Old Index