Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/etc/etc.walnut Pull up revision 1.3 (requested by eeh i...
details: https://anonhg.NetBSD.org/src/rev/da75e36468c0
branches: netbsd-1-6
changeset: 527634:da75e36468c0
user: tv <tv%NetBSD.org@localhost>
date: Thu May 30 21:07:26 2002 +0000
description:
Pull up revision 1.3 (requested by eeh in ticket #91):
Create a bootable WALNUT and INSTALL kernel images.
diffstat:
etc/etc.walnut/Makefile.inc | 21 ++++++++++++++++++++-
1 files changed, 20 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r 3195bec87fea -r da75e36468c0 etc/etc.walnut/Makefile.inc
--- a/etc/etc.walnut/Makefile.inc Thu May 30 21:05:31 2002 +0000
+++ b/etc/etc.walnut/Makefile.inc Thu May 30 21:07:26 2002 +0000
@@ -1,6 +1,25 @@
-# $NetBSD: Makefile.inc,v 1.2 2001/11/29 22:46:02 thorpej Exp $
+# $NetBSD: Makefile.inc,v 1.2.2.1 2002/05/30 21:07:26 tv Exp $
#
# etc.walnut/Makefile.inc -- walnut-specific etc Makefile targets
#
KERNEL_SETS= WALNUT
+KERNEL_SUFFIXES= img
+
+BUILD_KERNELS= INSTALL
+
+snap_pre_md:
+.ifndef UPDATE
+ cd ${.CURDIR}/../distrib && ${MAKE} cleandir
+.endif
+
+#
+# Install miniroot images and auxiliary scripts to the release tree
+#
+snap_md_post:
+ # make boot/miniroot images
+ (cd ${.CURDIR}/../distrib; ${MAKE})
+
+ # transfer images to release hierarchy
+ (cd ${.CURDIR}/../distrib/walnut; ${MAKE} release)
+ (cd ${.CURDIR}/../distrib/notes; ${MAKE} release)
Home |
Main Index |
Thread Index |
Old Index