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/ramdisk Apply patch (requested by matt):
details: https://anonhg.NetBSD.org/src/rev/87ca1fcb0ed6
branches: netbsd-1-4
changeset: 471212:87ca1fcb0ed6
user: he <he%NetBSD.org@localhost>
date: Sat Nov 04 19:45:30 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.
(here: add an 'unconfig' target)
diffstat:
distrib/vax/ramdisk/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 15447dc52092 -r 87ca1fcb0ed6 distrib/vax/ramdisk/Makefile
--- a/distrib/vax/ramdisk/Makefile Sat Nov 04 19:44:34 2000 +0000
+++ b/distrib/vax/ramdisk/Makefile Sat Nov 04 19:45:30 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.2.1 2000/03/01 12:38:52 he Exp $
+# $NetBSD: Makefile,v 1.1.2.2 2000/11/04 19:45:30 he Exp $
TOP= ${.CURDIR}/..
@@ -36,7 +36,7 @@
start.sh: start.tmpl
sed "s/@@VERSION@@/${VER}/" < ${.ALLSRC} > ${.TARGET}
-all: ${AUXTARGETS} ${CBIN}
+all: unconfig ${AUXTARGETS} ${CBIN}
dd if=/dev/zero of=${IMAGE} count=${DISKSIZE}
vnconfig -t ${DISKTYPE} -v -c ${VND_CDEV} ${IMAGE}
disklabel -rw ${VND_CDEV} ${DISKTYPE}
Home |
Main Index |
Thread Index |
Old Index