The last few libsa/open.c changes gradually increased code size, until fdboot

became too big. Disable its building, til we can squeeze a couple of bytes
out of the code again.
XXX Yes, this is a disgusting hack.
This commit is contained in:
is 1997-02-05 22:32:44 +00:00
parent 711939bcf4
commit 721627ba4a
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ DIR_KERN_MD= ${S}/lib/libkern/arch/$(MACHINE_ARCH)
SRCS=installboot.sh
BOOTBLOCKS= xxboot fdboot
BOOTBLOCKS= xxboot # XXX fdboot is too big again. is.
COBJS = configure.o main.o console.o xd.o twiddle.o bzero.o gets.o
COBJS+= lseek.o open.o read.o close.o dev.o

View File

@ -17,7 +17,7 @@ DIR_KERN_MD= ${S}/lib/libkern/arch/$(MACHINE_ARCH)
SRCS=installboot.sh
BOOTBLOCKS= xxboot fdboot
BOOTBLOCKS= xxboot # XXX fdboot is too big again. is.
COBJS = configure.o main.o console.o xd.o twiddle.o bzero.o gets.o
COBJS+= lseek.o open.o read.o close.o dev.o