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.2 (requested by...
details: https://anonhg.NetBSD.org/src/rev/a6e6175a4c88
branches: netbsd-2-0
changeset: 564735:a6e6175a4c88
user: tron <tron%NetBSD.org@localhost>
date: Tue Mar 22 19:07:44 2005 +0000
description:
Pull up revision 1.2 (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.obs405.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (12 lines):
diff -r 18d658964946 -r a6e6175a4c88 sys/arch/evbppc/conf/Makefile.obs405.inc
--- a/sys/arch/evbppc/conf/Makefile.obs405.inc Tue Mar 22 00:54:01 2005 +0000
+++ b/sys/arch/evbppc/conf/Makefile.obs405.inc Tue Mar 22 19:07:44 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.obs405.inc,v 1.1 2003/09/23 14:45:12 shige Exp $
+# $NetBSD: Makefile.obs405.inc,v 1.1.2.1 2005/03/22 19:07:44 tron Exp $
-MKIMG?= ${THISPPC}/compile/walnut-mkimg.sh
+MKIMG?= ${HOST_SH} ${THISPPC}/compile/walnut-mkimg.sh
CFLAGS+=-mcpu=403
AFLAGS+=-mcpu=403
Home |
Main Index |
Thread Index |
Old Index