Strip the kernel. Nothing on the bootfloppy uses them (except DDB, but

that's rare), and currently it's likely that you need to seek back
in the bootprocess to get the symbols, confusing ustarfs.
This commit is contained in:
fvdl 1999-07-02 22:00:17 +00:00
parent e3fa5cc725
commit 5421c40146
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.5 1999/03/23 18:05:45 drochner Exp $
# $NetBSD: Makefile.inc,v 1.6 1999/07/02 22:00:17 fvdl Exp $
# TOP is assumed to be defined by Makefile including this one.
@ -79,7 +79,7 @@ all: netbsd boot
netbsd.ram.gz: ${KERN} ${RAMDISK}
cp ${KERN} netbsd.tmp
${DESTDIR}/usr/sbin/mdsetimage -v netbsd.tmp ${RAMDISK}
: ${STRIP} netbsd.tmp
${STRIP} netbsd.tmp
gzip -9 netbsd.tmp
mv netbsd.tmp.gz ${.TARGET}