Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/vax/miniroot Pull up revision 1.1 (new, request...



details:   https://anonhg.NetBSD.org/src/rev/92148ac918fa
branches:  netbsd-1-4
changeset: 471209:92148ac918fa
user:      he <he%NetBSD.org@localhost>
date:      Sat Nov 04 19:42:34 2000 +0000

description:
Pull up revision 1.1 (new, requested by matt):
  Bring VAX release building bits into shape.  Use the common method
  for building miniroots, fix ramdisk, use INSTALL kernel.

diffstat:

 distrib/vax/miniroot/Makefile.inc |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diffs (9 lines):

diff -r 5c236ed5a1f3 -r 92148ac918fa distrib/vax/miniroot/Makefile.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/vax/miniroot/Makefile.inc Sat Nov 04 19:42:34 2000 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile.inc,v 1.1.6.2 2000/11/04 19:42:34 he Exp $
+
+PRELABEL=${DESTDIR}/sbin/disklabel -w -r ${VND_RDEV} miniroot
+# To install the boot block...
+BOOTINSTALL=${DESTDIR}/sbin/disklabel -B -b ${DESTDIR}/usr/mdec/xxboot ${VND_RDEV}     



Home | Main Index | Thread Index | Old Index