diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-05-14 21:16:41 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-05-14 21:16:41 +0000 |
commit | 97e15de9613f3abe94438c8f02951dd4b8a7ba31 (patch) | |
tree | 63142765465cb403310163b97354ad3645992638 /etc | |
parent | 8e6ece9578fb915805c3800696ef37c65159828c (diff) |
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.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.sgi/Makefile.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.sgi/Makefile.inc b/etc/etc.sgi/Makefile.inc index b792eff4b02..59073b7ba62 100644 --- a/etc/etc.sgi/Makefile.inc +++ b/etc/etc.sgi/Makefile.inc @@ -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 |