From 389e313c09e49000047e6288f12bfa2ea38756b1 Mon Sep 17 00:00:00 2001 From: rahnds <> Date: Tue, 20 Oct 1998 23:22:17 +0000 Subject: [PATCH] Mix kernels are no longer necessary, Generic will work sufficiently. --- src/etc/etc.powerpc/Makefile.inc | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/src/etc/etc.powerpc/Makefile.inc b/src/etc/etc.powerpc/Makefile.inc index 3f723442..c25479a5 100644 --- a/src/etc/etc.powerpc/Makefile.inc +++ b/src/etc/etc.powerpc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.13 1998/09/17 13:43:07 rahnds Exp $ +# $OpenBSD: Makefile.inc,v 1.14 1998/10/20 23:22:17 rahnds Exp $ # etc.powerpc/Makefile.inc -- powerpc-specific etc Makefile targets .ifdef DESTDIR @@ -15,13 +15,8 @@ bsd: make clean && make depend && make (cd ${.CURDIR}/../sys/arch/powerpc/compile/DDBOFW/ && \ tar czf ${DESTDIR}/snapshot/bsdofw${OSrev}.tar.gz bsd ) - cd ${.CURDIR}/../sys/arch/powerpc/conf && config MIX - cd ${.CURDIR}/../sys/arch/powerpc/compile/MIX && \ - make clean && make depend && make - (cd ${.CURDIR}/../sys/arch/powerpc/compile/MIX/ && \ - tar czf ${DESTDIR}/snapshot/bsdmix${OSrev}.tar.gz bsd ) -# knows about bsd.rd, bsdofw.rd and bsdmix.rd +# knows about bsd.rd and bsdofw.rd distrib: cp ${DESTDIR}/usr/mdec/ofwboot ${DESTDIR}/snapshot/ofwboot cd ${.CURDIR}/../distrib && make cleandir && \ @@ -45,22 +40,12 @@ distrib: mkisofs -r ${DESTDIR}/snapshot/bootofw > ${DESTDIR}/snapshot/bootofw.fs rm -rf ${DESTDIR}/snapshot/bootofw # - mkdir ${DESTDIR}/snapshot/bootmix - cp ${DESTDIR}/snapshot/bsdmix.rd ${DESTDIR}/snapshot/bootmix/bsdmix.rd - strip ${DESTDIR}/snapshot/bootmix/bsdmix.rd - gzip -9 ${DESTDIR}/snapshot/bootmix/bsdmix.rd - mv ${DESTDIR}/snapshot/bootmix/bsdmix.rd.gz ${DESTDIR}/snapshot/bootmix/bsd - cp ${DESTDIR}/usr/mdec/ofwboot ${DESTDIR}/snapshot/bootmix - mkisofs -r ${DESTDIR}/snapshot/bootmix > ${DESTDIR}/snapshot/bootmix.fs - rm -rf ${DESTDIR}/snapshot/bootmix # compress the bsd.rd files but keep original naming, # bootloader can deal with it. gzip -9 ${DESTDIR}/snapshot/bsd.rd mv ${DESTDIR}/snapshot/bsd.rd.gz ${DESTDIR}/snapshot/bsd.rd gzip -9 ${DESTDIR}/snapshot/bsdofw.rd mv ${DESTDIR}/snapshot/bsdofw.rd.gz ${DESTDIR}/snapshot/bsdofw.rd - gzip -9 ${DESTDIR}/snapshot/bsdmix.rd - mv ${DESTDIR}/snapshot/bsdmix.rd.gz ${DESTDIR}/snapshot/bsdmix.rd .endif # DESTDIR check