summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>2000-01-24 03:46:56 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>2000-01-24 03:46:56 +0000
commitc24c8a23d20eb91115cfd321100d57174980af9c (patch)
tree868a3a3d99ab7a65f6be856ec411540272c5d2f1
parent714a634315029e50549cfe2e2e5510d8c3e45036 (diff)
For now switch to building PowerPC MAC support, when additional work
is done on PREP based machines those ramdisks can be added back.
-rw-r--r--distrib/powerpc/ramdisk/Makefile32
-rw-r--r--distrib/powerpc/ramdisk/list4
2 files changed, 9 insertions, 27 deletions
diff --git a/distrib/powerpc/ramdisk/Makefile b/distrib/powerpc/ramdisk/Makefile
index 6ba08e2c4e7..8ae15503f48 100644
--- a/distrib/powerpc/ramdisk/Makefile
+++ b/distrib/powerpc/ramdisk/Makefile
@@ -1,17 +1,15 @@
-# $OpenBSD: Makefile,v 1.7 1999/03/13 01:52:06 rahnds Exp $
+# $OpenBSD: Makefile,v 1.8 2000/01/24 03:46:55 rahnds Exp $
TOP= ${.CURDIR}/..
.include "${TOP}/Makefile.inc"
BSD_RD= bsd.rd
-BSDOFW_RD= bsdofw.rd
-BSDMIX_RD= bsdmix.rd
IMAGE= mr.fs
CBIN?= instbin
LISTS= ${.CURDIR}/list
UTILS?= ${.CURDIR}/../../miniroot
-MOUNT_POINT= /mnt
+MOUNT_POINT= /mnt2
MTREE= ${.CURDIR}/mtree.conf
VND?= svnd0
@@ -33,37 +31,22 @@ all ${IMAGE}:
.else
# mix config is not needed.
-all: ${BSD_RD} ${BSDOFW_RD}
+all: ${BSD_RD}
${BSD_RD}: ${CBIN} ${IMAGE} bsd rdsetroot
cp bsd ${BSD_RD}
${.OBJDIR}/rdsetroot ${BSD_RD} < ${IMAGE}
-${BSDOFW_RD}: ${CBIN} ${IMAGE} bsdofw rdsetroot
- cp bsdofw ${BSDOFW_RD}
- ${.OBJDIR}/rdsetroot ${BSDOFW_RD} < ${IMAGE}
${IMAGE}: rd_setup do_files rd_teardown
.endif
bsd:
- cd ${.TOP}/../../sys/arch/powerpc/conf && config RAMDISK
- cd ${.TOP}/../../sys/arch/powerpc/compile/RAMDISK && \
+ cd ${TOP}/../../sys/arch/powerpc/conf && config RAMDISKMAC
+ cd ${TOP}/../../sys/arch/powerpc/compile/RAMDISKMAC && \
make clean && make
- cp ${.TOP}/../../sys/arch/powerpc/compile/RAMDISK/bsd bsd
-
-bsdofw:
- cd ${.TOP}/../../sys/arch/powerpc/conf && config RAMDISKOFW
- cd ${.TOP}/../../sys/arch/powerpc/compile/RAMDISKOFW && \
- make clean && make
- cp ${.TOP}/../../sys/arch/powerpc/compile/RAMDISKOFW/bsd bsdofw
-
-bsdmix:
- cd ${.TOP}/../../sys/arch/powerpc/conf && config RAMDISKMIX
- cd ${.TOP}/../../sys/arch/powerpc/compile/RAMDISKMIX && \
- make clean && make
- cp ${.TOP}/../../sys/arch/powerpc/compile/RAMDISKMIX/bsd bsdmix
+ cp ${TOP}/../../sys/arch/powerpc/compile/RAMDISKMAC/bsd bsd
rd_setup:
dd if=/dev/zero of=${IMAGE} bs=512 count=${NBLKS}
@@ -89,7 +72,6 @@ unconfig:
install:
cp ${BSD_RD} ${DESTDIR}/snapshot/${BSD_RD}
- cp ${BSDOFW_RD} ${DESTDIR}/snapshot/${BSDOFW_RD}
${CBIN}.conf: ${LISTS}
awk -f ${UTILS}/makeconf.awk CBIN=${CBIN} ${LISTS} > ${CBIN}.conf
@@ -107,7 +89,7 @@ do_files:
clean cleandir:
/bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.conf ${CBIN}.mk ${CBIN}.cache \
- *.o *.lo *.c bsd bsdmix bsdofw ${BSD_RD} ${BSDOFW_RD} ${BSDMIX_RD} \
+ *.o *.lo *.c bsd ${BSD_RD} \
rdsetroot
beforeinstall:
diff --git a/distrib/powerpc/ramdisk/list b/distrib/powerpc/ramdisk/list
index 28066c6ba71..0940cc2e7b2 100644
--- a/distrib/powerpc/ramdisk/list
+++ b/distrib/powerpc/ramdisk/list
@@ -1,4 +1,4 @@
-# $OpenBSD: list,v 1.10 1998/09/25 02:24:30 rahnds Exp $
+# $OpenBSD: list,v 1.11 2000/01/24 03:46:55 rahnds Exp $
SRCDIRS distrib/special
SRCDIRS usr.bin bin sbin usr.sbin gnu/usr.bin
@@ -90,7 +90,7 @@ COPYDIR ${DESTDIR}/etc/ppp etc/ppp
# and the common installation tools
COPY ${TOPDIR}/common/termcap.vt usr/share/misc/termcap
-COPY ${DESTDIR}/usr/share/misc/scsi_modes usr/share/misc/scsi_modes
+#COPY ${DESTDIR}/usr/share/misc/scsi_modes usr/share/misc/scsi_modes
# and the installation tools
COPY dot.profile .profile