Source-Changes-HG archive

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

[src/trunk]: src/distrib/sparc64/instfs install the netbsd.INSTALL kernel int...



details:   https://anonhg.NetBSD.org/src/rev/6fa240d6579b
branches:  trunk
changeset: 514134:6fa240d6579b
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Aug 23 16:59:33 2001 +0000

description:
install the netbsd.INSTALL kernel into the release area as well.

diffstat:

 distrib/sparc64/instfs/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r ab8bba433803 -r 6fa240d6579b distrib/sparc64/instfs/Makefile
--- a/distrib/sparc64/instfs/Makefile   Thu Aug 23 16:59:08 2001 +0000
+++ b/distrib/sparc64/instfs/Makefile   Thu Aug 23 16:59:33 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2001/08/23 15:50:09 mrg Exp $
+#      $NetBSD: Makefile,v 1.2 2001/08/23 16:59:33 mrg Exp $
 #
 # instfs.tgz is the filesystem image for disk 2 of the floppy based
 # installation method.
@@ -20,9 +20,11 @@
 VND_CRDEV=     /dev/r${VND}c
 INSTFS?=       instfs.tgz
 
-MINIROOT_IMAGE!=cd ${MINIROOT}; \
-               printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/miniroot.fs\n" | \
+MINIROOT_DIR!=cd ${MINIROOT}; \
+               printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | \
                ${MAKE} -s -f-
+MINIROOT_IMAGE=        ${MINIROOT_DIR}/miniroot.fs
+MINIROOT_KERNEL=${MINIROOT_DIR}/netbsd.INSTALL
 
 all: ${INSTFS}
 
@@ -49,6 +51,7 @@
 .else
 release: ${INSTFS}
        cp ${INSTFS} $(RELEASEDIR)/installation/misc
+       gzip -9 -c ${MINIROOT_KERNEL} > $(RELEASEDIR)/binary/kernel/netbsd.INSTALL.gz
 .endif # RELEASEDIR check
 
 .include <bsd.obj.mk>



Home | Main Index | Thread Index | Old Index