From 6671138d6798544ede10502b59d26db6d6821811 Mon Sep 17 00:00:00 2001 From: tholo Date: Sat, 3 May 1997 07:56:44 +0000 Subject: [PATCH] Undo private changes --- distrib/i386/floppies/ramdisk/Makefile | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/distrib/i386/floppies/ramdisk/Makefile b/distrib/i386/floppies/ramdisk/Makefile index e1d1f31172d..87671f7e65f 100644 --- a/distrib/i386/floppies/ramdisk/Makefile +++ b/distrib/i386/floppies/ramdisk/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.8 1997/05/03 07:50:14 tholo Exp $ +# $OpenBSD: Makefile,v 1.9 1997/05/03 07:56:44 tholo Exp $ # Revision is 2.1 -REV= 21 +REV= 21 TOP= ${.CURDIR}/.. @@ -18,7 +18,7 @@ VND_DEV= /dev/${VND}a VND_RDEV= /dev/r${VND}a VND_CRDEV= /dev/r${VND}c PID!= echo $$$$ -REALIMAGE!= echo /var/tmp/image.${PID} +REALIMAGE!= echo /tmp/image.${PID} LISTFLOPPY= ${.CURDIR}/list_floppy .include "Makefile.inc" @@ -67,14 +67,12 @@ bsd.rd: ${IMAGE} bsd rdsetroot cp bsd bsd.rd ${.CURDIR}/${__objdir}/rdsetroot bsd.rd < ${IMAGE} -bsd: ${.CURDIR}/../../../../sys/arch/i386/compile/RAMDISK/bsd +bsd: + cd ${.CURDIR}/../../../../sys/arch/i386/conf && config RAMDISK + cd ${.CURDIR}/../../../../sys/arch/i386/compile/RAMDISK && \ + make clean && make depend && make cp ${.CURDIR}/../../../../sys/arch/i386/compile/RAMDISK/bsd bsd -# cd ${.CURDIR}/../../../../sys/arch/i386/conf && config RAMDISK -# cd ${.CURDIR}/../../../../sys/arch/i386/compile/RAMDISK && \ -# make clean && make depend && make -# cp ${.CURDIR}/../../../../sys/arch/i386/compile/RAMDISK/bsd bsd - ${IMAGE}: ${CBIN} rd_setup do_files rd_teardown rd_setup: ${CBIN} -- 2.20.1