Browse Source

Start shipping bsd.mp for hppa; ok miod

OPENBSD_4_9
deraadt 14 years ago
parent
commit
7c582a1c5e
1 changed files with 11 additions and 4 deletions
  1. +11
    -4
      src/etc/etc.hppa/Makefile.inc

+ 11
- 4
src/etc/etc.hppa/Makefile.inc View File

@ -1,18 +1,25 @@
# $OpenBSD: Makefile.inc,v 1.8 2010/08/17 19:17:14 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.9 2010/12/30 19:22:26 deraadt Exp $
kernels: bootblocks bsd
kernels: bootblocks bsd bsd.mp
cp ${.CURDIR}/../sys/arch/hppa/compile/GENERIC/bsd \
${RELEASEDIR}/bsd
cp ${.CURDIR}/../sys/arch/hppa/compile/GENERIC.MP/bsd \
${RELEASEDIR}/bsd.mp
bsd:
cd ${.CURDIR}/../sys/arch/hppa/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/hppa/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
bsd.mp:
cd ${.CURDIR}/../sys/arch/hppa/conf && config GENERIC.MP
cd ${.CURDIR}/../sys/arch/hppa/compile/GENERIC.MP && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
bootblocks:
cp ${DESTDIR}/usr/mdec/xxboot ${RELEASEDIR}
MDEXT= bsd bsd.rd cd${OSrev}.iso install${OSrev}.iso lif${OSrev}.fs \
MDEXT= bsd bsd.mp bsd.rd cd${OSrev}.iso install${OSrev}.iso lif${OSrev}.fs \
xxboot
.PHONY: bsd bootblocks
.PHONY: bsd bsd.mp bootblocks

Loading…
Cancel
Save