Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/alpha/instkernel/instkernel Put the ramdisk kernel i...
details: https://anonhg.NetBSD.org/src/rev/b50637d0b8c2
branches: trunk
changeset: 485863:b50637d0b8c2
user: mycroft <mycroft%NetBSD.org@localhost>
date: Sun May 07 18:21:17 2000 +0000
description:
Put the ramdisk kernel in the release area.
diffstat:
distrib/alpha/instkernel/instkernel/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r f8f898fa29c1 -r b50637d0b8c2 distrib/alpha/instkernel/instkernel/Makefile
--- a/distrib/alpha/instkernel/instkernel/Makefile Sun May 07 18:16:51 2000 +0000
+++ b/distrib/alpha/instkernel/instkernel/Makefile Sun May 07 18:21:17 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2000/05/02 16:06:45 sjg Exp $
+# $NetBSD: Makefile,v 1.11 2000/05/07 18:21:17 mycroft Exp $
.include "../../../../Makefile.inc"
@@ -18,6 +18,10 @@
clean cleandir distclean:
rm -f netbsd netbsd.gz
+release:
+ -mkdir -p ${RELEASEDIR}/binary/kernel
+ cp -p netbsd.gz ${RELEASEDIR}/binary/kernel/netbsd.INSTALL.gz
+
# nothing to do here
depend includes lint regress tags:
Home |
Main Index |
Thread Index |
Old Index