Module Name: src Committed By: riz Date: Mon Nov 22 16:37:15 UTC 2010
Modified Files: src/distrib/shark/instkernel/instkernel [netbsd-5]: Makefile src/etc/etc.shark [netbsd-5]: Makefile.inc Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1127): distrib/shark/instkernel/instkernel/Makefile: revision 1.21 etc/etc.shark/Makefile.inc: revision 1.12 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.16.2.1 -r1.16.2.2 \ src/distrib/shark/instkernel/instkernel/Makefile cvs rdiff -u -r1.10.6.1 -r1.10.6.2 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.16.2.1 src/distrib/shark/instkernel/instkernel/Makefile:1.16.2.2 --- src/distrib/shark/instkernel/instkernel/Makefile:1.16.2.1 Mon Nov 22 03:15:32 2010 +++ src/distrib/shark/instkernel/instkernel/Makefile Mon Nov 22 16:37:15 2010 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16.2.1 2010/11/22 03:15:32 riz Exp $ +# $NetBSD: Makefile,v 1.16.2.2 2010/11/22 16:37:15 riz 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.10.6.1 src/etc/etc.shark/Makefile.inc:1.10.6.2 --- src/etc/etc.shark/Makefile.inc:1.10.6.1 Mon Nov 22 03:15:33 2010 +++ src/etc/etc.shark/Makefile.inc Mon Nov 22 16:37:15 2010 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.10.6.1 2010/11/22 03:15:33 riz Exp $ +# $NetBSD: Makefile.inc,v 1.10.6.2 2010/11/22 16:37:15 riz 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'