Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/acorn32 Include BtNetBSD in the release !
details: https://anonhg.NetBSD.org/src/rev/327902283bec
branches: trunk
changeset: 522167:327902283bec
user: reinoud <reinoud%NetBSD.org@localhost>
date: Mon Feb 11 23:02:23 2002 +0000
description:
Include BtNetBSD in the release !
diffstat:
distrib/acorn32/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r b530552a0a80 -r 327902283bec distrib/acorn32/Makefile
--- a/distrib/acorn32/Makefile Mon Feb 11 23:01:37 2002 +0000
+++ b/distrib/acorn32/Makefile Mon Feb 11 23:02:23 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/02/09 13:56:48 lukem Exp $
+# $NetBSD: Makefile,v 1.3 2002/02/11 23:02:23 reinoud Exp $
ITARGET= ${RELEASEDIR}/installation
IINST= ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -m ${NONBINMODE}
@@ -23,4 +23,8 @@
.for kern in ${KERNELS}
${IINST} ${KERNELOBJ}/netbsd.${kern}.gz ${ITARGET}/kernel/
.endfor
+ cd ${.CURDIR}/../../sys/arch/acorn32/stand && \
+ ./export-BtNetBSD && mv BtNetBSD.tar ${ITARGET}/misc && \
+ gzip ${ITARGET}/misc/BtNetBSD.tar && \
+ rm -rf BtNetBSD.tar
.endif
Home |
Main Index |
Thread Index |
Old Index