Module Name:    src
Committed By:   tsutsui
Date:           Mon Oct  4 13:45:29 UTC 2010

Modified Files:
        src/distrib/shark/instkernel/instkernel: Makefile
        src/etc/etc.shark: Makefile.inc

Log Message:
Copy ramdisk INSTALL.aout kernel into installation/instkernel in ${RELEASEDIR}
where it had been put and documented. Actually closes PR port-shark/41672.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/distrib/shark/instkernel/instkernel/Makefile
cvs rdiff -u -r1.11 -r1.12 src/etc/etc.shark/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/shark/instkernel/instkernel/Makefile
diff -u src/distrib/shark/instkernel/instkernel/Makefile:1.20 src/distrib/shark/instkernel/instkernel/Makefile:1.21
--- src/distrib/shark/instkernel/instkernel/Makefile:1.20	Fri Nov  6 13:01:36 2009
+++ src/distrib/shark/instkernel/instkernel/Makefile	Mon Oct  4 13:45:28 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.20 2009/11/06 13:01:36 is Exp $
+#	$NetBSD: Makefile,v 1.21 2010/10/04 13:45:28 tsutsui Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -18,6 +18,10 @@
 	    -R .debug_aranges -R .ARM.attributes \
 	    ${.TARGET:R} ${.TARGET}
 
+release::	check_RELEASEDIR .WAIT netbsd-INSTALL.aout.gz
+	${RELEASE_INSTALL} netbsd-INSTALL.aout.gz \
+	    ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/instkernel/netbsd.gz
+
 .include "${DISTRIBDIR}/common/Makefile.mdset"
 
 .include <bsd.prog.mk>

Index: src/etc/etc.shark/Makefile.inc
diff -u src/etc/etc.shark/Makefile.inc:1.11 src/etc/etc.shark/Makefile.inc:1.12
--- src/etc/etc.shark/Makefile.inc:1.11	Fri Nov  6 12:31:44 2009
+++ src/etc/etc.shark/Makefile.inc	Mon Oct  4 13:45:28 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.11 2009/11/06 12:31:44 is Exp $
+#	$NetBSD: Makefile.inc,v 1.12 2010/10/04 13:45:28 tsutsui Exp $
 #
 #	etc.shark/Makefile.inc -- shark-specific etc Makefile targets
 #
@@ -10,3 +10,8 @@
 KERNEL_SUFFIXES=	aout
 
 BUILD_KERNELS=		INSTALL
+
+INSTALLATION_DIRS+=	installation/instkernel
+
+snap_md_post:
+	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/instkernel '*.gz'

Reply via email to