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 Apply patch (requested by matt):
details: https://anonhg.NetBSD.org/src/rev/1fc3cc2a7585
branches: netbsd-1-4
changeset: 471210:1fc3cc2a7585
user: he <he%NetBSD.org@localhost>
date: Sat Nov 04 19:42:52 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:
distrib/vax/bootfs/Makefile | 8 +++++---
distrib/vax/miniroot/list | 4 ++--
2 files changed, 7 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 92148ac918fa -r 1fc3cc2a7585 distrib/vax/bootfs/Makefile
--- a/distrib/vax/bootfs/Makefile Sat Nov 04 19:42:34 2000 +0000
+++ b/distrib/vax/bootfs/Makefile Sat Nov 04 19:42:52 2000 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.1.2.1 2000/03/01 12:35:56 he Exp $
+# $NetBSD: Makefile,v 1.1.2.2 2000/11/04 19:43:39 he Exp $
# TOP is assumed to be defined by Makefile including this one.
TOP= ${.CURDIR}/..
+.include <bsd.own.mk>
+
MOUNT_POINT?= /mnt
VND?= vnd0
VND_DEV= /dev/${VND}a
@@ -11,7 +13,7 @@
VND_CDEV= /dev/${VND}c
VND_CRDEV= /dev/r${VND}c
IMAGE?= boot.fs
-KERN?= ${.CURDIR}/../../../sys/arch/vax/compile/INSTALL/netbsd
+KERN?= ${KERNOBJDIR}/INSTALL/netbsd
MDEC= ${DESTDIR}/usr/mdec
STRIP?= strip
@@ -36,7 +38,7 @@
CLEANFILES+= netbsd.ram.gz
-all: bootroot boot.fs
+all: unconfig bootroot boot.fs
boot.fs: netbsd.ram.gz
dd if=/dev/zero of=${IMAGE} count=${DISKSIZE}
diff -r 92148ac918fa -r 1fc3cc2a7585 distrib/vax/miniroot/list
--- a/distrib/vax/miniroot/list Sat Nov 04 19:42:34 2000 +0000
+++ b/distrib/vax/miniroot/list Sat Nov 04 19:42:52 2000 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: list,v 1.1 1999/03/12 18:36:52 ragge Exp $
+# $NetBSD: list,v 1.1.2.1 2000/11/04 19:42:52 he Exp $
# copy the kernel
-COPY ${OBJDIR}/netbsd.ram.gz netbsd.gz
+SPECIAL gzip -c -9 < ${KERNOBJDIR}/INSTALL/netbsd > netbsd
COPY ${DESTDIR}/boot boot
Home |
Main Index |
Thread Index |
Old Index