Add the RISC OS gzip tool for installation purposes. It gets uudecoded and

installed in ../release/installation/misc/ next to the bootloader.
This commit is contained in:
reinoud 2002-02-16 01:53:52 +00:00
parent 918a90814e
commit b6b2c79819
2 changed files with 1126 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2002/02/11 23:07:46 reinoud Exp $ # $NetBSD: Makefile,v 1.5 2002/02/16 01:53:52 reinoud Exp $
ITARGET= ${RELEASEDIR}/installation ITARGET= ${RELEASEDIR}/installation
IINST= ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -m ${NONBINMODE} IINST= ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -m ${NONBINMODE}
@ -25,8 +25,14 @@ release:
.endfor .endfor
cd ${.CURDIR}/../../sys/arch/acorn32/stand && \ cd ${.CURDIR}/../../sys/arch/acorn32/stand && \
./export-BtNetBSD && \ ./export-BtNetBSD && \
mv -f BtNetBSD.tar ${ITARGET}/misc && \ rm -f ${ITARGET}/misc/BtNetBSD.tgz && \
rm -rf ${ITARGET}/misc/BtNetBSD.tar.gz gzip -9 -c BtNetBSD.tar > ${ITARGET}/misc/BtNetBSD.tgz && \
gzip ${ITARGET}/misc/BtNetBSD.tar && \ rm -f BtNetBSD.tar && \
rm -rf BtNetBSD.tar mv -f BtNetBSD.zip ${ITARGET}/misc && \
${IINST} ${.CURDIR}/../notes/acorn32/prep.RISCOS ${RELEASEDIR}/ && \
cd ${.CURDIR} && \
rm -f ${ITARGET}/misc/gzip_ff8.bin && \
uudecode < gzip_ff8.bin.uue && \
mv -f gzip_ff8.bin ${ITARGET}/misc/
.endif .endif

File diff suppressed because it is too large Load Diff