Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/distrib/acorn32/stand Pull up revision 1.16 (requested ...
details: https://anonhg.NetBSD.org/src/rev/9d701b3aa933
branches: netbsd-2-0
changeset: 561423:9d701b3aa933
user: tron <tron%NetBSD.org@localhost>
date: Thu Jun 17 08:23:42 2004 +0000
description:
Pull up revision 1.16 (requested by abs in ticket #497):
Include David Pilling's BASIC self extracting SparkPlug sparkive extractor.
(It is freely distributable in unmodified form)
This should allow NetBSD to be booted on a RiscPC with nothing other than
the built in ROM software and a NetBSD CD. Disk partitioning between RISC OS
and NetBSD may be a task for another day.
While we are here use ${HOST_SH} to invoke mksparkive.sh
diffstat:
distrib/acorn32/stand/Makefile | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r a4d33c7b24b8 -r 9d701b3aa933 distrib/acorn32/stand/Makefile
--- a/distrib/acorn32/stand/Makefile Thu Jun 17 08:21:50 2004 +0000
+++ b/distrib/acorn32/stand/Makefile Thu Jun 17 08:23:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10.2.5 2004/06/17 08:19:22 tron Exp $
+# $NetBSD: Makefile,v 1.10.2.6 2004/06/17 08:23:42 tron Exp $
#
.include <bsd.own.mk>
@@ -17,14 +17,18 @@
all: ${ARCHIVE}
release: check_RELEASEDIR .WAIT ${ARCHIVE}
+ ${RELEASE_INSTALL} splug.bas ${RELEASEDIR}/${MACHINE}/installation/misc
+ ${RELEASE_INSTALL} ${DISTRIBDIR}/notes/acorn32/prep.RISCOS \
+ ${RELEASEDIR}/${MACHINE}/
${RELEASE_INSTALL} ${ARCHIVE} \
${RELEASEDIR}/${MACHINE}/installation/misc/
${ARCHIVE}: tmp/BtNetBSD
- export TOOL_SPARKCRC=${TOOL_SPARKCRC}; \
- cd tmp/BtNetBSD && ${.CURDIR}/../mksparkive.sh * > ${.OBJDIR}/${ARCHIVE}
+ export TOOL_SPARKCRC=${TOOL_SPARKCRC}; cd tmp/BtNetBSD && \
+ ${HOST_SH} ${.CURDIR}/../mksparkive.sh * > ${.OBJDIR}/${ARCHIVE}
UUDECODE_FILES=unixfs_res Sprite banner pling.Sprites pling.Sprites22 MemFix
+UUDECODE_FILES+=splug.bas
UUDECODE_FILES_RENAME_unixfs_res=tmp/BtNetBSD/!BtNetBSD/native/unixfs_res,ffa
UUDECODE_FILES_RENAME_Sprite=tmp/BtNetBSD/!BtNetBSD/src/Banner/Sprite,ff9
Home |
Main Index |
Thread Index |
Old Index