Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/ews4800mips/floppies/instkernel Strip more sections, ...
details: https://anonhg.NetBSD.org/src/rev/18c3587f75d4
branches: trunk
changeset: 818017:18c3587f75d4
user: christos <christos%NetBSD.org@localhost>
date: Tue Sep 20 20:55:11 2016 +0000
description:
Strip more sections, and verbose printing.
diffstat:
distrib/ews4800mips/floppies/instkernel/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 969379a2eda8 -r 18c3587f75d4 distrib/ews4800mips/floppies/instkernel/Makefile
--- a/distrib/ews4800mips/floppies/instkernel/Makefile Tue Sep 20 20:54:22 2016 +0000
+++ b/distrib/ews4800mips/floppies/instkernel/Makefile Tue Sep 20 20:55:11 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/08/05 15:40:58 apb Exp $
+# $NetBSD: Makefile,v 1.7 2016/09/20 20:55:11 christos Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -8,6 +8,7 @@
MDSETTARGETS= RAMDISK ${RAMDISK} -
MDSET_RELEASEDIR= binary/kernel
+MDSET_STRIPSECTIONS= -R .MIPS.abiflags -R .gnu.attributes -R .pdr -R .reginfo
.include "${DISTRIBDIR}/common/Makefile.mdset"
@@ -18,7 +19,7 @@
${BOOT_RAMDISK}.gz: netbsd-RAMDISK.gz ${DESTDIR}/usr/mdec/boot_kernel.gz
gunzip -c ${DESTDIR}/usr/mdec/boot_kernel.gz > ${BOOT_RAMDISK}.tmp
- ${TOOL_MDSETIMAGE} ${BOOT_RAMDISK}.tmp netbsd-RAMDISK.gz
+ ${TOOL_MDSETIMAGE} -v ${BOOT_RAMDISK}.tmp netbsd-RAMDISK.gz
${ELF2ECOFF} ${BOOT_RAMDISK}.tmp ${BOOT_RAMDISK}.coff
${TOOL_GZIP_N} -9c ${BOOT_RAMDISK}.coff > ${.TARGET}
Home |
Main Index |
Thread Index |
Old Index