Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/i386/floppies/fdset-common Strip the kernel. Nothing...



details:   https://anonhg.NetBSD.org/src/rev/ae9bb33a65de
branches:  trunk
changeset: 474291:ae9bb33a65de
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Fri Jul 02 22:00:17 1999 +0000

description:
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.

diffstat:

 distrib/i386/floppies/fdset-common/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 01b4e748b127 -r ae9bb33a65de distrib/i386/floppies/fdset-common/Makefile.inc
--- a/distrib/i386/floppies/fdset-common/Makefile.inc   Fri Jul 02 21:02:05 1999 +0000
+++ b/distrib/i386/floppies/fdset-common/Makefile.inc   Fri Jul 02 22:00:17 1999 +0000
@@ -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 @@
 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}
 



Home | Main Index | Thread Index | Old Index