From e9c806ea377e449db69afc3c12375875d3f3fbf0 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Tue, 30 Jul 2002 20:24:40 +0000 Subject: [PATCH] take out mistaken change. --- src/arch/i386/config/make.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/i386/config/make.base b/src/arch/i386/config/make.base index b2aee0d903..fa7dcf4dfb 100644 --- a/src/arch/i386/config/make.base +++ b/src/arch/i386/config/make.base @@ -32,7 +32,7 @@ addaction linuxbios.rom echo $$size ; \ addaction linuxbios.rom dd if=linuxbios.strip of=linuxbios.rom bs=1 seek=`expr $(ROM_IMAGE_SIZE) - $$size` -makerule payload.block : $(if $(PAYLOAD),$(PAYLOAD), linux.bin.gz) ; dd conv=sync bs=$(PAYLOAD_SIZE) count=1 if=$< of=$@ +makerule payload.block : $(if $(PAYLOAD),$(PAYLOAD), linux.bin.gz) ; dd conv=sync bs=$(PAYLOAD_SIZE) if=$< of=$@ makerule linux.bin.gz: linux.bin ;gzip -f -3 linux.bin makerule linux.bin: $(LINUX) ; objcopy -O binary -R .note -R .comment -S $< $@