diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-14 21:25:15 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-14 21:25:15 +0000 |
commit | fdd75c49100355d5ee524e0ba3e3816b4963212a (patch) | |
tree | 7282f14dcca03ccdf4742e950c418ad18977f123 /distrib/arc | |
parent | 4a7cd4f64c88c3f70a0f3c85814b8bfe1b1769c1 (diff) |
Use svnd, no need for cache flushing
Diffstat (limited to 'distrib/arc')
-rw-r--r-- | distrib/arc/common/Makefile.inc | 5 | ||||
-rw-r--r-- | distrib/arc/ramdisk/Makefile | 7 |
2 files changed, 4 insertions, 8 deletions
diff --git a/distrib/arc/common/Makefile.inc b/distrib/arc/common/Makefile.inc index 3c411b5a96c..a05d1d3db5c 100644 --- a/distrib/arc/common/Makefile.inc +++ b/distrib/arc/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.1 1997/05/14 21:13:30 pefo Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1997/05/14 21:25:13 niklas Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -6,7 +6,7 @@ CBIN= instbin COMMONDIR= ${TOP}/inst-common MOUNT_POINT?= /mnt -VND?= vnd0 +VND?= svnd0 VND_DEV= /dev/${VND}a VND_RDEV= /dev/r${VND}a IMAGE?= xxx${REV}.fs @@ -43,7 +43,6 @@ all: ${CBIN} @echo "" umount ${MOUNT_POINT} vnconfig -u ${VND} - cat /*bin/* > /dev/null cp ${REALIMAGE} ${IMAGE} rm ${REALIMAGE} diff --git a/distrib/arc/ramdisk/Makefile b/distrib/arc/ramdisk/Makefile index 70b9aa5eabe..2c0bd816013 100644 --- a/distrib/arc/ramdisk/Makefile +++ b/distrib/arc/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 1997/05/14 20:52:44 pefo Exp $ +# $OpenBSD: Makefile,v 1.2 1997/05/14 21:25:14 niklas Exp $ # NOTE! We don't do crunched yet! @@ -13,7 +13,7 @@ LISTS= ${.CURDIR}/list MOUNT_POINT= /mnt MTREE= ${.CURDIR}/mtree.conf -VND?= vnd0 +VND?= svnd0 VND_DEV= /dev/${VND}a VND_RDEV= /dev/r${VND}a VND_CRDEV= /dev/r${VND}c @@ -50,9 +50,6 @@ rd_setup: rd_teardown: @df -i ${MOUNT_POINT} - sync - cat /*bin/* > /dev/null - sync -umount ${MOUNT_POINT} -vnconfig -u ${VND} cp ${REALIMAGE} ${IMAGE} |