Browse Source

Rename sgi GENERIC and RAMDISK with -IP32 suffixes, and have the build

machinery minimally cope with this.
Discussed with and reluctantely accepted by deraadt@; we both dislike
losing the ``naturally comes out of your fingers'' kernel names and the
``one size fits all'' logic; but for now I don't see any easy way to
get a single kernel binary able to run on multiple IP## flavours.
OPENBSD_4_6
miod 15 years ago
parent
commit
c80a82b81e
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/etc/etc.sgi/Makefile.inc

+ 4
- 4
src/etc/etc.sgi/Makefile.inc View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile.inc,v 1.6 2009/04/21 09:12:27 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.7 2009/05/14 21:16:40 miod Exp $
kernels: bsd
cp ${.CURDIR}/../sys/arch/sgi/compile/GENERIC/bsd \
cp ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP32/bsd \
${RELEASEDIR}/bsd
bsd:
cd ${.CURDIR}/../sys/arch/sgi/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/sgi/compile/GENERIC && \
cd ${.CURDIR}/../sys/arch/sgi/conf && config GENERIC-IP32
cd ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP32 && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
MDEXT= bsd bsd.rd cd${OSrev}.iso


Loading…
Cancel
Save