Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.arm32 Add a snap_md_post to build release notes and ...
details: https://anonhg.NetBSD.org/src/rev/cf1cb04aa9d6
branches: trunk
changeset: 495113:cf1cb04aa9d6
user: briggs <briggs%NetBSD.org@localhost>
date: Sat Jul 22 02:33:06 2000 +0000
description:
Add a snap_md_post to build release notes and boot floppies on a make
release or make snapshot.
diffstat:
etc/etc.arm32/Makefile.inc | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r f9556f7b8333 -r cf1cb04aa9d6 etc/etc.arm32/Makefile.inc
--- a/etc/etc.arm32/Makefile.inc Sat Jul 22 01:50:30 2000 +0000
+++ b/etc/etc.arm32/Makefile.inc Sat Jul 22 02:33:06 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.6 1999/04/09 21:29:21 fair Exp $
+# $NetBSD: Makefile.inc,v 1.7 2000/07/22 02:33:06 briggs Exp $
#
# etc.arm32/Makefile.inc -- arm32-specific etc Makefile targets
#
@@ -6,3 +6,13 @@
# Set this for any kernels beyond GENERIC you want to include
# in the distribution.
EXTRA_KERNELS+= A7000 CATS EBSA285 RISCPC SHARK
+
+# Build the release notes and boot floppies and install them
+snap_md_post:
+.ifndef UPDATE
+ cd ${.CURDIR}/../distrib && ${MAKE} cleandir
+.endif
+ cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
+ cd ${.CURDIR}/../distrib/arm32 && ${MAKE} release
+ cd ${.CURDIR}/../distrib/notes && ${MAKE} release
+ sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/floppies '*.gz'
Home |
Main Index |
Thread Index |
Old Index