Browse Source

Build GENERIC-IP30.MP as bsd.mp.IP30 in the distribution, and allow the

installer to pick it and install it as /bsd when applicable.
OPENBSD_4_7
miod 14 years ago
parent
commit
fe2ae929f4
1 changed files with 8 additions and 2 deletions
  1. +8
    -2
      src/etc/etc.sgi/Makefile.inc

+ 8
- 2
src/etc/etc.sgi/Makefile.inc View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile.inc,v 1.9 2009/10/06 23:59:18 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.10 2010/01/19 19:55:53 miod Exp $
kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP27/bsd \
${RELEASEDIR}/bsd.IP27
cp ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP30/bsd \
${RELEASEDIR}/bsd.IP30
cp ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP30.MP/bsd \
${RELEASEDIR}/bsd.mp.IP30
cp ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP32/bsd \
${RELEASEDIR}/bsd.IP32
@ -15,6 +17,9 @@ bsd:
cd ${.CURDIR}/../sys/arch/sgi/conf && config GENERIC-IP30
cd ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP30 && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
cd ${.CURDIR}/../sys/arch/sgi/conf && config GENERIC-IP30.MP
cd ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP30.MP && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
cd ${.CURDIR}/../sys/arch/sgi/conf && config GENERIC-IP32
cd ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP32 && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
@ -23,7 +28,8 @@ bootblocks:
cp ${DESTDIR}/usr/mdec/boot32 ${RELEASEDIR}
cp ${DESTDIR}/usr/mdec/boot64 ${RELEASEDIR}
MDEXT= bsd.IP27 bsd.rd.IP27 bsd.IP30 bsd.rd.IP30 bsd.IP32 bsd.rd.IP32 \
MDEXT= bsd.IP27 bsd.rd.IP27 bsd.IP30 bsd.mp.IP30 bsd.rd.IP30 \
bsd.IP32 bsd.rd.IP32 \
boot32 boot64 cd${OSrev}.iso
.PHONY: bsd bootblocks

Loading…
Cancel
Save