aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1999-01-10 20:20:27 +0000
committerMike Smith <msmith@FreeBSD.org>1999-01-10 20:20:27 +0000
commitf414995e5c38efa81b2fadddfeea341f3b2e2a61 (patch)
treef909e4299a0fac17b1b59b48320ff701f9d8714e
parent3a67b4e9145a73d8977d5a4120dc16dee5298e7b (diff)
downloadsrc-f414995e5c38efa81b2fadddfeea341f3b2e2a61.tar.gz
src-f414995e5c38efa81b2fadddfeea341f3b2e2a61.zip
Disable kzipping the loader; it seems to be breaking the aout-to-elf build
Notes
Notes: svn path=/head/; revision=42493
-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 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}