Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/i386/floppies/kernel-ramdisk Pullup 1.4 [fvdl]:



details:   https://anonhg.NetBSD.org/src/rev/86a2032ca292
branches:  netbsd-1-5
changeset: 490223:86a2032ca292
user:      tv <tv%NetBSD.org@localhost>
date:      Tue Nov 14 03:33:14 2000 +0000

description:
Pullup 1.4 [fvdl]:
Also install the kernel symbol files in the distribution dir.

diffstat:

 distrib/i386/floppies/kernel-ramdisk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9c67435c4072 -r 86a2032ca292 distrib/i386/floppies/kernel-ramdisk/Makefile
--- a/distrib/i386/floppies/kernel-ramdisk/Makefile     Tue Nov 14 03:30:00 2000 +0000
+++ b/distrib/i386/floppies/kernel-ramdisk/Makefile     Tue Nov 14 03:33:14 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1.2.4 2000/10/21 18:24:35 he Exp $
+#      $NetBSD: Makefile,v 1.1.2.5 2000/11/14 03:33:14 tv Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -63,7 +63,7 @@
 
 release:
        -mkdir -p ${RELEASEDIR}/binary/kernel
-       cp -p ${KERNELS} ${RELEASEDIR}/binary/kernel
+       cp -p ${KERNELS} ${KERNELSYMS} ${RELEASEDIR}/binary/kernel
 
 clean cleandir distclean:
        rm -f *.core ${KERNELS} ${KERNELSYMS}



Home | Main Index | Thread Index | Old Index