diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-27 02:51:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-27 02:51:16 +0000 |
commit | f1074f3361f0d75215104694449ecfacb6117c2f (patch) | |
tree | 0ea6212d10470c5f9b1a88b02c1cc60cb6129fac | |
parent | 8569099c18b6db799e28785bf9b6e3ab4e09a9ed (diff) |
sorry, but proper boot cd building should be done in distrib/mvmeppc
when the time comes (not here!)
-rw-r--r-- | etc/etc.mvmeppc/Makefile.inc | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/etc/etc.mvmeppc/Makefile.inc b/etc/etc.mvmeppc/Makefile.inc index 74bf787aaaa..4fe9955ef26 100644 --- a/etc/etc.mvmeppc/Makefile.inc +++ b/etc/etc.mvmeppc/Makefile.inc @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.inc,v 1.3 2006/07/27 02:50:22 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2006/07/27 02:51:15 deraadt Exp $ .ifdef DESTDIR -snap_md: bsd bootblocks distrib1 +snap_md: bsd bootblocks distrib cp ${.CURDIR}/../sys/arch/mvmeppc/compile/GENERIC/bsd \ ${DESTDIR}/snapshot/bsd @@ -15,23 +15,6 @@ bootblocks: cp ${DESTDIR}/usr/mdec/bootsd ${DESTDIR}/snapshot/bootsd cp ${DESTDIR}/usr/mdec/installboot ${DESTDIR}/snapshot/installboot -# knows about bsd.rd and bsdofw.rd -distrib1: - ${MAKE} distrib - mkdir ${DESTDIR}/snapshot/boot - cp ${DESTDIR}/snapshot/bsd.rd ${DESTDIR}/snapshot/boot/bsd.rd - strip ${DESTDIR}/snapshot/boot/bsd.rd - gzip -9 ${DESTDIR}/snapshot/boot/bsd.rd - mv ${DESTDIR}/snapshot/boot/bsd.rd.gz ${DESTDIR}/snapshot/boot/bsd - cp ${DESTDIR}/usr/mdec/bootxx ${DESTDIR}/snapshot/boot - mkisofs -r ${DESTDIR}/snapshot/boot > ${DESTDIR}/snapshot/boot.fs - rm -rf ${DESTDIR}/snapshot/boot - # - # 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 - -.PHONY: bsd bootblocks distrib1 +.PHONY: bsd bootblocks .endif # DESTDIR check |