Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mmeye/stand/boot Use deflate.sh from the right dire...



details:   https://anonhg.NetBSD.org/src/rev/e8a80830b6d6
branches:  trunk
changeset: 762892:e8a80830b6d6
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Mar 05 01:58:01 2011 +0000

description:
Use deflate.sh from the right directory. Execute with HOST_SH.

diffstat:

 sys/arch/mmeye/stand/boot/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r a582bb6e3964 -r e8a80830b6d6 sys/arch/mmeye/stand/boot/Makefile
--- a/sys/arch/mmeye/stand/boot/Makefile        Sat Mar 05 01:52:18 2011 +0000
+++ b/sys/arch/mmeye/stand/boot/Makefile        Sat Mar 05 01:58:01 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2011/03/03 05:59:37 kiyohara Exp $
+#      $NetBSD: Makefile,v 1.2 2011/03/05 01:58:01 joerg Exp $
 
 NOMAN=         # defined
 
@@ -82,8 +82,8 @@
            ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
 .if ${MMEYE_CPU} == "SH4"
        ${OBJCOPY} -S -O binary ${.TARGET} ${.TARGET}.bin
-       env TOOL_AWK=${TOOL_AWK} TOOL_HEXDUMP=${TOOL_HEXDUMP} \
-           ./deflate.sh ${.TARGET}.bin
+       TOOL_AWK=${TOOL_AWK} TOOL_HEXDUMP=${TOOL_HEXDUMP} \
+           ${HOST_SH} $(.CURDIR)/deflate.sh ${.TARGET}.bin
 .endif
 
 cleandir distclean: .WAIT cleanlibdir



Home | Main Index | Thread Index | Old Index