Browse Source

move bsd and bsd.rd and all such other MD "sets" into the MD files,

since we perhaps cannot assume that is what kernels will be in the
pathetically stupid world that SGI created
OPENBSD_4_6
deraadt 15 years ago
parent
commit
8daf3a3d43
22 changed files with 47 additions and 44 deletions
  1. +3
    -3
      src/etc/Makefile
  2. +2
    -2
      src/etc/etc.alpha/Makefile.inc
  3. +2
    -2
      src/etc/etc.amd64/Makefile.inc
  4. +2
    -2
      src/etc/etc.armish/Makefile.inc
  5. +2
    -2
      src/etc/etc.aviion/Makefile.inc
  6. +2
    -2
      src/etc/etc.hp300/Makefile.inc
  7. +2
    -2
      src/etc/etc.hppa/Makefile.inc
  8. +2
    -2
      src/etc/etc.hppa64/Makefile.inc
  9. +2
    -2
      src/etc/etc.i386/Makefile.inc
  10. +2
    -2
      src/etc/etc.landisk/Makefile.inc
  11. +3
    -1
      src/etc/etc.luna88k/Makefile.inc
  12. +3
    -1
      src/etc/etc.mac68k/Makefile.inc
  13. +2
    -2
      src/etc/etc.macppc/Makefile.inc
  14. +2
    -2
      src/etc/etc.mvme68k/Makefile.inc
  15. +2
    -2
      src/etc/etc.mvme88k/Makefile.inc
  16. +2
    -2
      src/etc/etc.mvmeppc/Makefile.inc
  17. +2
    -3
      src/etc/etc.sgi/Makefile.inc
  18. +2
    -2
      src/etc/etc.socppc/Makefile.inc
  19. +2
    -2
      src/etc/etc.sparc/Makefile.inc
  20. +2
    -2
      src/etc/etc.sparc64/Makefile.inc
  21. +2
    -2
      src/etc/etc.vax/Makefile.inc
  22. +2
    -2
      src/etc/etc.zaurus/Makefile.inc

+ 3
- 3
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.272 2009/04/17 03:58:52 deraadt Exp $
# $OpenBSD: Makefile,v 1.273 2009/04/21 09:12:24 deraadt Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@ -30,7 +30,7 @@ BIN1+= wsconsctl.conf
# -rw-rw-r--
BIN2= motd
MISETS= bsd base${OSrev}.tgz comp${OSrev}.tgz misc${OSrev}.tgz \
MISETS= base${OSrev}.tgz comp${OSrev}.tgz misc${OSrev}.tgz \
man${OSrev}.tgz game${OSrev}.tgz etc${OSrev}.tgz
PCS= pcs750.bin
@ -273,7 +273,7 @@ release-sets:
sha:
-cd ${RELEASEDIR}; \
sum -a sha256 bsd.rd INSTALL.`arch -ks` ${MDEXT} ${MISETS} > SHA256
sum -a sha256 INSTALL.`arch -ks` ${MDEXT} ${MISETS} > SHA256
release: distribution kernels release-sets distrib sha


+ 2
- 2
src/etc/etc.alpha/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.16 2009/04/17 03:58:53 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.17 2009/04/21 09:12:26 deraadt Exp $
kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/alpha/compile/GENERIC/bsd \
@ -14,7 +14,7 @@ bootblocks:
cp ${DESTDIR}/usr/mdec/bootxx ${RELEASEDIR}
cp ${DESTDIR}/usr/mdec/netboot ${RELEASEDIR}
MDEXT= cd${OSrev}.iso floppy${OSrev}.fs floppyB${OSrev}.fs \
MDEXT= bsd bsd.rd cd${OSrev}.iso floppy${OSrev}.fs floppyB${OSrev}.fs \
boot bootxx netboot
.PHONY: bsd bootblocks

+ 2
- 2
src/etc/etc.amd64/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.8 2009/04/17 03:58:53 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.9 2009/04/21 09:12:26 deraadt Exp $
kernels: bsd bsd.mp bootblocks
cp ${.CURDIR}/../sys/arch/amd64/compile/GENERIC/bsd \
@ -21,7 +21,7 @@ bootblocks:
cp ${DESTDIR}/usr/mdec/cdboot ${RELEASEDIR}
cp ${DESTDIR}/usr/mdec/cdbr ${RELEASEDIR}
MDEXT= bsd.mp cd${OSrev}.iso floppy${OSrev}.fs \
MDEXT= bsd bsd.mp bsd.rd cd${OSrev}.iso floppy${OSrev}.fs \
pxeboot cdboot cdbr
.PHONY: bsd bsd.mp bootblocks

+ 2
- 2
src/etc/etc.armish/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.6 2009/04/17 03:58:53 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.7 2009/04/21 09:12:26 deraadt Exp $
kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/armish/compile/GENERIC/bsd \
@ -12,6 +12,6 @@ bsd:
bootblocks:
cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}
MDEXT=
MDEXT= bsd bsd.rd boot
.PHONY: bsd bootblocks

+ 2
- 2
src/etc/etc.aviion/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.3 2009/04/17 03:58:53 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.4 2009/04/21 09:12:26 deraadt Exp $
kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/aviion/compile/GENERIC/bsd \
@ -12,6 +12,6 @@ bsd:
bootblocks:
cp ${DESTDIR}/usr/mdec/* ${RELEASEDIR}/
MDEXT=
MDEXT= bsd bsd.rd # bootblocks?
.PHONY: bsd bootblocks

+ 2
- 2
src/etc/etc.hp300/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.20 2009/04/17 03:58:53 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.21 2009/04/21 09:12:26 deraadt Exp $
kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/hp300/compile/GENERIC/bsd \
@ -13,6 +13,6 @@ bootblocks:
cp ${DESTDIR}/usr/mdec/uboot.lif ${RELEASEDIR}/SYS_UBOOT
cp ${DESTDIR}/usr/mdec/cdboot.lif ${RELEASEDIR}/SYS_CDBOOT
MDEXT=
MDEXT= bsd bsd.rd SYS_UBOOT SYS_CDBOOT
.PHONY: bsd bootblocks

+ 2
- 2
src/etc/etc.hppa/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.6 2009/04/17 03:58:53 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.7 2009/04/21 09:12:26 deraadt Exp $
kernels: bootblocks bsd
cp ${.CURDIR}/../sys/arch/hppa/compile/GENERIC/bsd \
@ -12,6 +12,6 @@ bsd:
bootblocks:
cp ${DESTDIR}/usr/mdec/xxboot ${RELEASEDIR}
MDEXT= cd${OSrev}.iso xxboot
MDEXT= bsd bsd.rd cd${OSrev}.iso xxboot
.PHONY: bsd bootblocks

+ 2
- 2
src/etc/etc.hppa64/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.3 2009/04/17 03:58:53 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.4 2009/04/21 09:12:26 deraadt Exp $
kernels: bootblocks bsd
cp ${.CURDIR}/../sys/arch/hppa64/compile/GENERIC/bsd \
@ -12,6 +12,6 @@ bsd:
bootblocks:
cp ${DESTDIR}/usr/mdec/xxboot ${RELEASEDIR}
MDEXT=
MDEXT= bsd bsd.rd xxboot
.PHONY: bootblocks bsd

+ 2
- 2
src/etc/etc.i386/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.17 2009/04/17 03:58:53 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.18 2009/04/21 09:12:26 deraadt Exp $
kernels: bsd bsd.mp bootblocks linux-notes
cp ${.CURDIR}/../sys/arch/i386/compile/GENERIC/bsd \
@ -24,7 +24,7 @@ bootblocks:
linux-notes:
cp ${.CURDIR}/etc.i386/INSTALL.* ${RELEASEDIR}
MDEXT= bsd.mp cd${OSrev}.iso cdemu${OSrev}.iso \
MDEXT= bsd bsd.mp bsd.rd cd${OSrev}.iso cdemu${OSrev}.iso \
floppy${OSrev}.fs floppyB${OSrev}.fs floppyC${OSrev}.fs \
pxeboot cdboot cdbr INSTALL.linux


+ 2
- 2
src/etc/etc.landisk/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.4 2009/04/17 04:24:15 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.5 2009/04/21 09:12:26 deraadt Exp $
kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/landisk/compile/GENERIC/bsd \
@ -14,6 +14,6 @@ bootblocks:
cp ${DESTDIR}/usr/mdec/xxboot ${RELEASEDIR}
cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}
MDEXT=
MDEXT= bsd mbr bsd.rd xxboot boot
.PHONY: bsd bootblocks

+ 3
- 1
src/etc/etc.luna88k/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.3 2009/04/17 03:58:54 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.4 2009/04/21 09:12:26 deraadt Exp $
kernels: bsd
cp ${.CURDIR}/../sys/arch/luna88k/compile/GENERIC/bsd \
@ -9,5 +9,7 @@ bsd:
cd ${.CURDIR}/../sys/arch/luna88k/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && ${MAKE}
MDEXT= bsd bsd.rd
.PHONY: bsd

+ 3
- 1
src/etc/etc.mac68k/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.11 2009/04/17 03:58:54 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.12 2009/04/21 09:12:27 deraadt Exp $
kernels: bsd
cp ${.CURDIR}/../sys/arch/mac68k/compile/GENERIC/bsd \
@ -11,4 +11,6 @@ bsd:
cd ${.CURDIR}/../sys/arch/mac68k/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
MDEXT= bsd bsd.rd bsdsbc bsdsbc.rd # utils??
.PHONY: bsd

+ 2
- 2
src/etc/etc.macppc/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.11 2009/04/17 03:58:54 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.12 2009/04/21 09:12:27 deraadt Exp $
kernels: bsd bsd.mp bootblocks
cp ${.CURDIR}/../sys/arch/macppc/compile/GENERIC/bsd \
@ -21,7 +21,7 @@ bootblocks:
cp ${DESTDIR}/usr/mdec/bsd.tbxi ${RELEASEDIR}/bsd.tbxi
cp ${DESTDIR}/usr/mdec/boot.mac ${RELEASEDIR}/boot.mac
MDEXT= bsd.mp cd${OSrev}.iso \
MDEXT= bsd bsd.mp bsd.rd cd${OSrev}.iso \
ofwboot bsd.tbxi boot.mac
.PHONY: bsd bsd.mp bootblocks


+ 2
- 2
src/etc/etc.mvme68k/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.10 2009/04/17 03:58:54 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.11 2009/04/21 09:12:27 deraadt Exp $
kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/mvme68k/compile/GENERIC/bsd \
@ -12,6 +12,6 @@ bsd:
bootblocks:
cp ${DESTDIR}/usr/mdec/* ${RELEASEDIR}/
MDEXT=
MDEXT= bsd bsd.rd installboot netboot rboot sboot stboot
.PHONY: bsd bootblocks

+ 2
- 2
src/etc/etc.mvme88k/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.9 2009/04/17 03:58:54 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.10 2009/04/21 09:12:27 deraadt Exp $
kernels: bsd bsd.mp bootblocks
cp ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC/bsd \
@ -19,6 +19,6 @@ bsd.mp:
bootblocks:
cp ${DESTDIR}/usr/mdec/* ${RELEASEDIR}/
MDEXT=
MDEXT= bsd bsd.rd bootsd bootst bootxx installboot netboot stboot tftpboot
.PHONY: bsd bsd.mp bootblocks

+ 2
- 2
src/etc/etc.mvmeppc/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.5 2009/04/17 03:58:54 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.6 2009/04/21 09:12:27 deraadt Exp $
kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/mvmeppc/compile/GENERIC/bsd \
@ -14,6 +14,6 @@ bootblocks:
cp ${DESTDIR}/usr/mdec/bootsd ${RELEASEDIR}/bootsd
cp ${DESTDIR}/usr/mdec/installboot ${RELEASEDIR}/installboot
MDEXT=
MDEXT= bsd bsd.rd bootxx bootsd installboot
.PHONY: bsd bootblocks

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

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.5 2009/04/17 03:58:54 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.6 2009/04/21 09:12:27 deraadt Exp $
kernels: bsd
cp ${.CURDIR}/../sys/arch/sgi/compile/GENERIC/bsd \
@ -9,7 +9,6 @@ bsd:
cd ${.CURDIR}/../sys/arch/sgi/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
MDEXT=
MDEXT= bsd bsd.rd cd${OSrev}.iso
.PHONY: bsd

+ 2
- 2
src/etc/etc.socppc/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.2 2009/04/17 03:58:54 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.3 2009/04/21 09:12:27 deraadt Exp $
kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/socppc/compile/GENERIC/bsd \
@ -12,6 +12,6 @@ bsd:
bootblocks:
cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}/boot
MDEXT=
MDEXT= bsd bsd.rd boot
.PHONY: bsd bootblocks

+ 2
- 2
src/etc/etc.sparc/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.15 2009/04/17 03:58:54 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.16 2009/04/21 09:12:29 deraadt Exp $
kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/bsd \
@ -18,6 +18,6 @@ bootblocks:
${DESTDIR}/usr/mdec/binstall net /tmp && \
mv /tmp/boot.sparc.openbsd ${RELEASEDIR}/boot.net
MDEXT= bsd.scsi3 boot boot.net bootxx installboot
MDEXT= bsd bsd.rd bsd.scsi3 boot boot.net bootxx installboot
.PHONY: bsd bootblocks

+ 2
- 2
src/etc/etc.sparc64/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.6 2009/04/17 03:58:54 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.7 2009/04/21 09:12:29 deraadt Exp $
kernels: bsd bsd.mp bootblocks
cp ${.CURDIR}/../sys/arch/sparc64/compile/GENERIC/bsd \
@ -19,7 +19,7 @@ bsd.mp:
bootblocks:
cp ${DESTDIR}/usr/mdec/*boot* ${RELEASEDIR}
MDEXT= bsd.mp cd${OSrev}.iso miniroot${OSrev}.fs \
MDEXT= bsd bsd.mp bsd.rd cd${OSrev}.iso miniroot${OSrev}.fs \
floppy${OSrev}.fs floppyB${OSrev}.fs \
bootblk installboot ofwboot ofwboot.net


+ 2
- 2
src/etc/etc.vax/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.7 2009/04/17 03:58:54 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.8 2009/04/21 09:12:29 deraadt Exp $
kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/vax/compile/GENERIC/bsd \
@ -12,6 +12,6 @@ bsd:
bootblocks:
mopa.out ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}/boot.mop
MDEXT= boot.mop
MDEXT= bsd bsd.rd boot.mop
.PHONY: bsd bootblocks

+ 2
- 2
src/etc/etc.zaurus/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.7 2009/04/17 03:58:54 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.8 2009/04/21 09:12:29 deraadt Exp $
kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/zaurus/compile/GENERIC/bsd \
@ -13,6 +13,6 @@ bootblocks:
cp ${DESTDIR}/usr/mdec/zboot ${RELEASEDIR}
cp ${DESTDIR}/usr/mdec/zbsdmod.o ${RELEASEDIR}
MDEXT= zboot zbsdmod.o openbsd45_arm.ipk Packages
MDEXT= bsd bsd.rd zboot zbsdmod.o openbsd45_arm.ipk Packages
.PHONY: bsd bootblocks

Loading…
Cancel
Save