Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Copy ramdisk INSTALL.aout kernel into installation/instkerne...
details: https://anonhg.NetBSD.org/src/rev/3d4a3b376eab
branches: trunk
changeset: 757925:3d4a3b376eab
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Mon Oct 04 13:45:28 2010 +0000
description:
Copy ramdisk INSTALL.aout kernel into installation/instkernel in ${RELEASEDIR}
where it had been put and documented. Actually closes PR port-shark/41672.
diffstat:
distrib/shark/instkernel/instkernel/Makefile | 6 +++++-
etc/etc.shark/Makefile.inc | 7 ++++++-
2 files changed, 11 insertions(+), 2 deletions(-)
diffs (38 lines):
diff -r dbe04434970d -r 3d4a3b376eab distrib/shark/instkernel/instkernel/Makefile
--- a/distrib/shark/instkernel/instkernel/Makefile Mon Oct 04 03:56:24 2010 +0000
+++ b/distrib/shark/instkernel/instkernel/Makefile Mon Oct 04 13:45:28 2010 +0000
@@ -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>
diff -r dbe04434970d -r 3d4a3b376eab etc/etc.shark/Makefile.inc
--- a/etc/etc.shark/Makefile.inc Mon Oct 04 03:56:24 2010 +0000
+++ b/etc/etc.shark/Makefile.inc Mon Oct 04 13:45:28 2010 +0000
@@ -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'
Home |
Main Index |
Thread Index |
Old Index