From f414995e5c38efa81b2fadddfeea341f3b2e2a61 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Sun, 10 Jan 1999 20:20:27 +0000 Subject: [PATCH] Disable kzipping the loader; it seems to be breaking the aout-to-elf build --- sys/boot/i386/loader/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index 19c83132716e..72ed9d465ec0 100644 --- a/sys/boot/i386/loader/Makefile +++ b/sys/boot/i386/loader/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.24 1999/01/09 02:38:40 msmith Exp $ +# $Id: Makefile,v 1.25 1999/01/09 20:14:46 msmith Exp $ BASE= loader PROG= ${BASE} @@ -71,8 +71,8 @@ vers.o: ${BASE}: ${BASE}.bin ${BTXLDR} ${BTXKERN} ${BTXCRT} ${BASE}.help btxld -v -f aout -e 0x100000 -o ${.TARGET} -l ${BTXLDR} -b ${BTXKERN} \ ${BASE}.bin - /usr/bin/kzip ${.TARGET} - mv ${.TARGET}.kz ${.TARGET} +# /usr/bin/kzip ${.TARGET} +# mv ${.TARGET}.kz ${.TARGET} ${BASE}.bin: ${BASE}.sym cp ${.ALLSRC} ${.TARGET}