diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-14 18:39:09 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-14 18:39:09 +0000 |
commit | 58ea9602e4ddbb2c2833a56125facd9f10b737bf (patch) | |
tree | f0435a12c745eae980e432cf6fa33df62ea4b7b7 /distrib/arc | |
parent | 54cc77968d2f1847ce07f864067650ac0f073a4c (diff) |
Use svnds and remove ugly cache flushing
Diffstat (limited to 'distrib/arc')
-rw-r--r-- | distrib/arc/floppies/inst-common/Makefile.inc | 5 | ||||
-rw-r--r-- | distrib/arc/floppies/kernel/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/distrib/arc/floppies/inst-common/Makefile.inc b/distrib/arc/floppies/inst-common/Makefile.inc index 89e8c1a9c60..7e5b553414f 100644 --- a/distrib/arc/floppies/inst-common/Makefile.inc +++ b/distrib/arc/floppies/inst-common/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.2 1997/05/11 20:02:00 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1997/05/14 18:38:52 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}c VND_RDEV= /dev/r${VND}c PID!= echo $$$$ @@ -29,7 +29,6 @@ all: ${CBIN} df -i ${MOUNT_POINT} umount ${MOUNT_POINT} vnconfig -u ${VND_DEV} - cat /bin/* > /dev/null # flush buffer cache (yuck) cp ${REALIMAGE} ${IMAGE} rm ${REALIMAGE} diff --git a/distrib/arc/floppies/kernel/Makefile b/distrib/arc/floppies/kernel/Makefile index 079417008cc..9f286de8235 100644 --- a/distrib/arc/floppies/kernel/Makefile +++ b/distrib/arc/floppies/kernel/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.2 1997/05/11 20:02:01 millert Exp $ +# $OpenBSD: Makefile,v 1.3 1997/05/14 18:38:53 niklas Exp $ .include "../Makefile.inc" MOUNT_POINT?= /mnt -VND?= vnd0 +VND?= svnd0 VND_DEV= /dev/${VND}c VND_RDEV= /dev/r${VND}c IMAGE= kc${REV}.fs @@ -33,7 +33,6 @@ all: bsd df -i ${MOUNT_POINT} umount ${MOUNT_POINT} vnconfig -u ${VND_DEV} - cat /bin/* > /dev/null # flush buffer cache (yuck) cp ${REALIMAGE} ${IMAGE} rm ${REALIMAGE} |