Source-Changes-HG archive

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

[src/netbsd-1-4]: src/etc/etc.vax Apply patch (requested by matt):



details:   https://anonhg.NetBSD.org/src/rev/9b16d98992f2
branches:  netbsd-1-4
changeset: 471213:9b16d98992f2
user:      he <he%NetBSD.org@localhost>
date:      Sat Nov 04 19:46:27 2000 +0000

description:
Apply patch (requested by matt):
  Bring VAX release building bits into shape.  Use the common method
  for building miniroots, fix ramdisk, use INSTALL kernel.

diffstat:

 etc/etc.vax/Makefile.inc |  28 ++++++++++++++++++++++++----
 etc/etc.vax/disktab      |   8 ++++----
 2 files changed, 28 insertions(+), 8 deletions(-)

diffs (55 lines):

diff -r 87ca1fcb0ed6 -r 9b16d98992f2 etc/etc.vax/Makefile.inc
--- a/etc/etc.vax/Makefile.inc  Sat Nov 04 19:45:30 2000 +0000
+++ b/etc/etc.vax/Makefile.inc  Sat Nov 04 19:46:27 2000 +0000
@@ -1,8 +1,28 @@
-#      $NetBSD: Makefile.inc,v 1.5 1999/02/05 03:01:54 cjs Exp $
+#      $NetBSD: Makefile.inc,v 1.5.2.1 2000/11/04 19:46:27 he Exp $
 #
 #      etc.vax/Makefile.inc -- vax-specific etc Makefile targets
 #
 
-# Set this for any kernels beyond GENERIC you want to include
-# in the distribution.
-#EXTRA_KERNELS+=
+# 
+# We need this to build the sysinst kernel.
+BUILD_KERNELS+=INSTALL
+
+distribution: pcs750.bin
+
+pcs750.bin: etc.vax/pcs750.bin.uu
+       rm -f ${DESTDIR}/pcs750.bin
+       uudecode -p etc.vax/pcs750.bin.uu > ${DESTDIR}/pcs750.bin
+       chown ${BINOWN}.${BINGRP} ${DESTDIR}/pcs750.bin
+       chmod 444 ${DESTDIR}/pcs750.bin
+
+INSTALLATION_DIRS+=    installation \
+                       installation/bootfs \
+                       installation/netboot
+
+snap_md_post:
+.ifndef UPDATE
+       cd ${.CURDIR}/../distrib && ${MAKE} cleandir
+.endif
+       cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
+       cd ${.CURDIR}/../distrib/vax && ${MAKE} release
+       cd ${.CURDIR}/../distrib/notes && ${MAKE} release
diff -r 87ca1fcb0ed6 -r 9b16d98992f2 etc/etc.vax/disktab
--- a/etc/etc.vax/disktab       Sat Nov 04 19:45:30 2000 +0000
+++ b/etc/etc.vax/disktab       Sat Nov 04 19:46:27 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: disktab,v 1.3.2.1 2000/03/03 10:08:02 he Exp $
+#      $NetBSD: disktab,v 1.3.2.2 2000/11/04 19:46:27 he Exp $
 #
 #      @(#)disktab     8.1 (Berkeley) 6/9/93
 #
@@ -524,6 +524,6 @@
        :pc#192:bc#8192:fc#1024:
 
 miniroot|fake-type used when installation:\
-       :ty=fake:nt#1:ns#2000:nc#1:\
-       :pa#2000:ba#4096:fa#512:ta=4.2BSD:\
-       :pc#2000:bc#4096:fc#512:
+       :ty=fake:nt#1:ns#2880:nc#1:\
+       :pa#2880:ba#4096:fa#512:ta=4.2BSD:\
+       :pc#2880:bc#4096:fc#512:



Home | Main Index | Thread Index | Old Index