Source-Changes-HG archive

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

[src/netbsd-2-0]: src/distrib/evbppc/md-kernel Pullup rev 1.2 (needed for 2.0...



details:   https://anonhg.NetBSD.org/src/rev/ac7f1e231ea3
branches:  netbsd-2-0
changeset: 564739:ac7f1e231ea3
user:      jmc <jmc%NetBSD.org@localhost>
date:      Wed Mar 23 19:56:08 2005 +0000

description:
Pullup rev 1.2 (needed for 2.0.2 builds)
Another $HOST_SH needed to properly execute a shell script

diffstat:

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

diffs (15 lines):

diff -r 880629ff433a -r ac7f1e231ea3 distrib/evbppc/md-kernel/Makefile
--- a/distrib/evbppc/md-kernel/Makefile Wed Mar 23 07:41:02 2005 +0000
+++ b/distrib/evbppc/md-kernel/Makefile Wed Mar 23 19:56:08 2005 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.1 2002/12/09 14:20:54 scw Exp $
+#      $NetBSD: Makefile,v 1.1.2.1 2005/03/23 19:56:08 jmc Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
-MKIMG?=        ${NETBSDSRCDIR}/sys/arch/evbppc/compile/walnut-mkimg.sh
+MKIMG?=        ${HOST_SH} ${NETBSDSRCDIR}/sys/arch/evbppc/compile/walnut-mkimg.sh
 
 RAMDISKDIR!=   cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
 RAMDISK=       ${RAMDISKDIR}/ramdisk.fs



Home | Main Index | Thread Index | Old Index