summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-01-10 20:20:27 +0000
committermsmith <msmith@FreeBSD.org>1999-01-10 20:20:27 +0000
commitea810b3ebb27a951e71b1f0aeece570cac85a529 (patch)
tree11eb4c4c098def8e636c150db0fffc0dd3eff2b1 /sys
parent4a8d060c42135965fa946c9a5296f69dfea3932c (diff)
downloadFreeBSD-src-ea810b3ebb27a951e71b1f0aeece570cac85a529.zip
FreeBSD-src-ea810b3ebb27a951e71b1f0aeece570cac85a529.tar.gz
Disable kzipping the loader; it seems to be breaking the aout-to-elf build
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/i386/loader/Makefile6
1 files changed, 3 insertions, 3 deletions
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}
OpenPOWER on IntegriCloud