Source-Changes-HG archive

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

[src/trunk]: src/distrib/acorn32 We dont use gzip anymore



details:   https://anonhg.NetBSD.org/src/rev/3542fa884584
branches:  trunk
changeset: 533863:3542fa884584
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Wed Jul 10 11:33:21 2002 +0000

description:
We dont use gzip anymore

diffstat:

 distrib/acorn32/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (17 lines):

diff -r e43f60a5366b -r 3542fa884584 distrib/acorn32/Makefile
--- a/distrib/acorn32/Makefile  Wed Jul 10 11:31:25 2002 +0000
+++ b/distrib/acorn32/Makefile  Wed Jul 10 11:33:21 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2002/05/09 20:22:26 jdolecek Exp $
+# $NetBSD: Makefile,v 1.16 2002/07/10 11:33:21 reinoud Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -9,7 +9,5 @@
 release: check_RELEASEDIR
        ${RELEASE_INSTALL} ${DISTRIBDIR}/notes/acorn32/prep.RISCOS \
                    ${RELEASEDIR}/
-       uudecode < ${.CURDIR}/gzip_ff8.bin.uue && \
-               mv -f gzip_ff8.bin ${RELEASEDIR}/installation/misc/
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index