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.8-1.10 [matt]:



details:   https://anonhg.NetBSD.org/src/rev/73d3cc5b75a2
branches:  netbsd-1-5
changeset: 490203:73d3cc5b75a2
user:      tv <tv%NetBSD.org@localhost>
date:      Mon Nov 13 19:20:48 2000 +0000

description:
Pullup 1.8-1.10 [matt]:
Do the makesums out of the right directories.  Create the installation
directories.
INST kernel should be under BUILD_KERNELS
Add the install kernels

diffstat:

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

diffs (28 lines):

diff -r edd40b7ed5ba -r 73d3cc5b75a2 etc/etc.arm32/Makefile.inc
--- a/etc/etc.arm32/Makefile.inc        Mon Nov 13 19:18:57 2000 +0000
+++ b/etc/etc.arm32/Makefile.inc        Mon Nov 13 19:20:48 2000 +0000
@@ -1,11 +1,15 @@
-#      $NetBSD: Makefile.inc,v 1.6.8.1 2000/11/09 23:23:18 tv Exp $
+#      $NetBSD: Makefile.inc,v 1.6.8.2 2000/11/13 19:20:48 tv Exp $
 #
 #      etc.arm32/Makefile.inc -- arm32-specific etc Makefile targets
 #
 
 # Set this for any kernels beyond GENERIC you want to include
 # in the distribution.
-EXTRA_KERNELS+= A7000 CATS EBSA285 RISCPC SHARK
+EXTRA_KERNELS+= A7000  CATS     EBSA285 RISCPC  SHARK
+BUILD_KERNELS= A7INST CATSINST         RPCINST SHARKINST
+
+INSTALLATION_DIRS+=    installation/kernel \
+                       installation/misc
 
 # Build the release notes and boot floppies and install them
 snap_md_post:
@@ -15,4 +19,5 @@
        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'
+       sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/kernels '*.gz'
+       sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/misc '*.gz'



Home | Main Index | Thread Index | Old Index