Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/distrib/alpha/instkernel/instkernel Pullup revs 1.12, 1....
details: https://anonhg.NetBSD.org/src/rev/2328fcb47f6f
branches: netbsd-1-5
changeset: 489604:2328fcb47f6f
user: jhawk <jhawk%NetBSD.org@localhost>
date: Sat Sep 30 19:57:46 2000 +0000
description:
Pullup revs 1.12,1.13, [self-]approved by jhawk:
Revision 1.13
Remove the kernel symbol files during a `make clean'.
Revision 1.12
For stripped kernels, run nm and save the output as
netbsd.KERNELNAME.symbols, and install in the release(7) tree.
diffstat:
distrib/alpha/instkernel/instkernel/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r b2a5f110de7b -r 2328fcb47f6f distrib/alpha/instkernel/instkernel/Makefile
--- a/distrib/alpha/instkernel/instkernel/Makefile Sat Sep 30 15:59:50 2000 +0000
+++ b/distrib/alpha/instkernel/instkernel/Makefile Sat Sep 30 19:57:46 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2000/05/07 18:21:17 mycroft Exp $
+# $NetBSD: Makefile,v 1.11.4.1 2000/09/30 19:57:46 jhawk Exp $
.include "../../../../Makefile.inc"
@@ -12,15 +12,17 @@
all:
cp ${KERNEL} netbsd
mdsetimage -v netbsd ${RAMDISK}
+ nm netbsd > netbsd.symbols
${STRIP} netbsd
gzip -9f netbsd
clean cleandir distclean:
- rm -f netbsd netbsd.gz
+ rm -f netbsd netbsd.gz netbsd.symbols
release:
-mkdir -p ${RELEASEDIR}/binary/kernel
cp -p netbsd.gz ${RELEASEDIR}/binary/kernel/netbsd.INSTALL.gz
+ cp netbsd.symbols ${RELEASEDIR}/binary/kernel/netbsd.symbols
# nothing to do here
depend includes lint regress tags:
Home |
Main Index |
Thread Index |
Old Index