Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/etc/etc.arm32 Pullup 1.7 [matt]:



details:   https://anonhg.NetBSD.org/src/rev/5281c8762582
branches:  netbsd-1-5
changeset: 490176:5281c8762582
user:      tv <tv%NetBSD.org@localhost>
date:      Thu Nov 09 23:23:18 2000 +0000

description:
Pullup 1.7 [matt]:
Make/install the distrib pieces of arm32.

diffstat:

 etc/etc.arm32/Makefile.inc |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 4f0bcfd8eea1 -r 5281c8762582 etc/etc.arm32/Makefile.inc
--- a/etc/etc.arm32/Makefile.inc        Thu Nov 09 23:16:23 2000 +0000
+++ b/etc/etc.arm32/Makefile.inc        Thu Nov 09 23:23:18 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.6.8.1 2000/11/09 23:23:18 tv 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