Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/arch/evbppc/conf Pull up revision 1.3 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/e8e8e9b775e2
branches:  netbsd-2-0
changeset: 564736:e8e8e9b775e2
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Mar 22 19:07:49 2005 +0000

description:
Pull up revision 1.3 (requested by jmc in ticket #1350):
Can't depend on shell scripts being executable from CVS. Preface mkimg.sh with
${HOST_SH}

diffstat:

 sys/arch/evbppc/conf/Makefile.ev64260.inc |  4 ++--
 sys/arch/evbppc/conf/Makefile.walnut.inc  |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r a6e6175a4c88 -r e8e8e9b775e2 sys/arch/evbppc/conf/Makefile.ev64260.inc
--- a/sys/arch/evbppc/conf/Makefile.ev64260.inc Tue Mar 22 19:07:44 2005 +0000
+++ b/sys/arch/evbppc/conf/Makefile.ev64260.inc Tue Mar 22 19:07:49 2005 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile.ev64260.inc,v 1.2 2003/03/16 07:07:17 matt Exp $
+#      $NetBSD: Makefile.ev64260.inc,v 1.2.4.1 2005/03/22 19:07:49 tron Exp $
 
-MKIMG?=        ${THISPPC}/compile/walnut-mkimg.sh
+MKIMG?=        ${HOST_SH} ${THISPPC}/compile/walnut-mkimg.sh
 
 TEXTADDR?=     300000
 
diff -r a6e6175a4c88 -r e8e8e9b775e2 sys/arch/evbppc/conf/Makefile.walnut.inc
--- a/sys/arch/evbppc/conf/Makefile.walnut.inc  Tue Mar 22 19:07:44 2005 +0000
+++ b/sys/arch/evbppc/conf/Makefile.walnut.inc  Tue Mar 22 19:07:49 2005 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile.walnut.inc,v 1.2 2003/01/04 18:13:51 thorpej Exp $
+#      $NetBSD: Makefile.walnut.inc,v 1.2.4.1 2005/03/22 19:07:49 tron Exp $
 
-MKIMG?=        ${THISPPC}/compile/walnut-mkimg.sh
+MKIMG?=        ${HOST_SH} ${THISPPC}/compile/walnut-mkimg.sh
 CFLAGS+=-mcpu=403
 AFLAGS+=-mcpu=403
 TEXTADDR?=     25000



Home | Main Index | Thread Index | Old Index