Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/sparc/bootfs Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/04cb39580440
branches:  netbsd-1-4
changeset: 470652:04cb39580440
user:      he <he%NetBSD.org@localhost>
date:      Sat Jun 03 15:18:54 2000 +0000

description:
Apply patch (requested by he):
  Don't strip kernel, copy INSTALL kernel to kernel directory
  under ``make release''.

diffstat:

 distrib/sparc/bootfs/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r b8141d83ea59 -r 04cb39580440 distrib/sparc/bootfs/Makefile
--- a/distrib/sparc/bootfs/Makefile     Sat Jun 03 15:17:44 2000 +0000
+++ b/distrib/sparc/bootfs/Makefile     Sat Jun 03 15:18:54 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10.2.3 2000/03/01 00:23:07 he Exp $
+#      $NetBSD: Makefile,v 1.10.2.4 2000/06/03 15:18:54 he Exp $
 
 TOP=           ${.CURDIR}/..
 MINIROOT=      ${.CURDIR}/../../miniroot
@@ -59,7 +59,7 @@
 netbsd.ram.gz: ${KERN} ${RAMDISK}
        cp ${KERN} netbsd.tmp
        mdsetimage -v netbsd.tmp ${RAMDISK}
-       strip netbsd.tmp
+#      strip netbsd.tmp
        gzip -9 netbsd.tmp
        mv netbsd.tmp.gz ${.TARGET}
 
@@ -79,6 +79,7 @@
 release: $(IMAGE)
        gzip -c -9 < $(.OBJDIR)/${IMAGE} \
                > $(RELEASEDIR)/installation/bootfs/${IMAGE}.gz
+       cp netbsd.ram.gz $(RELEASEDIR)/binary/kernel/netbsd-INSTALL.gz
 .endif # RELEASEDIR check
 
 .include <bsd.obj.mk>



Home | Main Index | Thread Index | Old Index