As has been pointed out recently, the list of i386 release kernels needs

updating. Probably to an ACPI kernel that need not fit into an 'emulated floppy'
and a 'legacy' kernel that will fit.
In any case the small/tiny kernels which are really for i386 systems with
< 16MB of memory (some are sized for a 5.25" floppy) don't need to be built.
Remove bootfloppy-small, bootfloppy-tiny, rescue-tiny and bootfloppy-ps2
and associated ramdisks.
This commit is contained in:
dsl 2006-11-19 11:17:51 +00:00
parent b45e829a99
commit 73faefbb9f
3 changed files with 26 additions and 22 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.34 2006/06/02 22:11:06 hubertf Exp $
# $NetBSD: Makefile,v 1.35 2006/11/19 11:17:51 dsl Exp $
SUBDIR=
SUBDIR+= bootfloppy
@ -6,10 +6,11 @@ SUBDIR+= bootfloppy-big
SUBDIR+= bootfloppy-com
SUBDIR+= bootfloppy-laptop-big
SUBDIR+= bootfloppy-laptop
SUBDIR+= bootfloppy-ps2
SUBDIR+= bootfloppy-small
SUBDIR+= bootfloppy-tiny
SUBDIR+= rescue-tiny
# These are all rather archaic...
# SUBDIR+= bootfloppy-ps2
# SUBDIR+= bootfloppy-small
# SUBDIR+= bootfloppy-tiny
# SUBDIR+= rescue-tiny
TARGETS+= release

View File

@ -1,28 +1,28 @@
# $NetBSD: Makefile,v 1.4 2006/09/29 08:20:44 pavel Exp $
# $NetBSD: Makefile,v 1.5 2006/11/19 11:17:51 dsl Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
# create ${RAMDISK_*} variables
#
RAMDISKS= RAMDISK_B ramdisk-big \
RAMDISK_S ramdisk-small \
RAMDISK_T ramdisk-tiny \
RESCUE_T ramdisk-rescuetiny
RAMDISKS= RAMDISK_B ramdisk-big
# RAMDISKS+= RAMDISK_S ramdisk-small
# RAMDISKS+= RAMDISK_T ramdisk-tiny
# RAMDISKS+= RESCUE_T ramdisk-rescuetiny
.for V F in ${RAMDISKS}
${V}DIR!= cd ${.CURDIR}/../ramdisks/${F} && ${PRINTOBJDIR}
${V}= ${${V}DIR}/${F}.fs
.endfor
MDSETTARGETS= INSTALL ${RAMDISK_B} - \
INSTALL_LAPTOP ${RAMDISK_B} - \
INSTALL_XEN2_DOMU ${RAMDISK_B} - \
INSTALL_XEN3_DOMU ${RAMDISK_B} - \
INSTALL_SMALL ${RAMDISK_S} - \
INSTALL_TINY ${RAMDISK_T} - \
INSTALL_PS2 ${RAMDISK_S} - \
INSTALL_TINY ${RESCUE_T} netbsd-RESCUE_TINY
MDSETTARGETS= INSTALL ${RAMDISK_B} -
MDSETTARGETS+= INSTALL_LAPTOP ${RAMDISK_B} -
MDSETTARGETS+= INSTALL_XEN2_DOMU ${RAMDISK_B} -
MDSETTARGETS+= INSTALL_XEN3_DOMU ${RAMDISK_B} -
# MDSETTARGETS+= INSTALL_SMALL ${RAMDISK_S} -
# MDSETTARGETS+= INSTALL_TINY ${RAMDISK_T} -
# MDSETTARGETS+= INSTALL_PS2 ${RAMDISK_S} -
# MDSETTARGETS+= INSTALL_TINY ${RESCUE_T} netbsd-RESCUE_TINY
MDSET_RELEASEDIR= binary/kernel
# do not strip Xen kernels, there's no space constraints here.

View File

@ -1,10 +1,13 @@
# $NetBSD: Makefile,v 1.1 2006/06/02 22:11:42 hubertf Exp $
# $NetBSD: Makefile,v 1.2 2006/11/19 11:17:51 dsl Exp $
SUBDIR=
SUBDIR+= ramdisk-big
SUBDIR+= ramdisk-rescuetiny
SUBDIR+= ramdisk-small
SUBDIR+= ramdisk-tiny
# These are only needed if you have a system with < 16MB (maybe 32MB)
# of memory. In which case you probably want to build a custom one anyway.
# SUBDIR+= ramdisk-rescuetiny
# SUBDIR+= ramdisk-small
# SUBDIR+= ramdisk-tiny
TARGETS+= release