From ea810b3ebb27a951e71b1f0aeece570cac85a529 Mon Sep 17 00:00:00 2001 From: msmith Date: Sun, 10 Jan 1999 20:20:27 +0000 Subject: 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(-) (limited to 'sys') diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index 19c8313..72ed9d4 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} -- cgit v1.1