Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/alpha/floppy-GENERIC Add `disk' target that does the...
details: https://anonhg.NetBSD.org/src/rev/dddf9b7c267b
branches: trunk
changeset: 472396:dddf9b7c267b
user: ross <ross%NetBSD.org@localhost>
date: Thu Apr 29 02:17:43 1999 +0000
description:
Add `disk' target that does the dd(1).
diffstat:
distrib/alpha/floppy-GENERIC/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r a98a3236686d -r dddf9b7c267b distrib/alpha/floppy-GENERIC/Makefile
--- a/distrib/alpha/floppy-GENERIC/Makefile Thu Apr 29 02:11:51 1999 +0000
+++ b/distrib/alpha/floppy-GENERIC/Makefile Thu Apr 29 02:17:43 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/04/07 06:47:49 cgd Exp $
+# $NetBSD: Makefile,v 1.6 1999/04/29 02:17:43 ross Exp $
MOUNT_POINT?= /mnt
VND?= vnd0
@@ -6,7 +6,7 @@
VND_RDEV= /dev/r${VND}a
VND_CDEV= /dev/${VND}c
VND_CRDEV= /dev/r${VND}c
-MDEC= ${DESTDIR}/usr/mdec
+MDEC?= ${DESTDIR}/usr/mdec
KERNEL= ${.CURDIR}/../../../sys/arch/alpha/compile/GENERIC/netbsd
GZKERNEL= netbsd
@@ -47,6 +47,9 @@
unconfig:
-vnconfig -u ${VND_CDEV}
+disk: all
+ dd if=GENERIC.fs bs=18k of=/dev/rfd0a
+
clean cleandir distclean:
/bin/rm -f *.core ${CLEANFILES} ${GZKERNEL} ${GZKERNEL}.gz *.tmp
Home |
Main Index |
Thread Index |
Old Index