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 Put a message in bui...
details: https://anonhg.NetBSD.org/src/rev/9b317f3bd1e0
branches: trunk
changeset: 934578:9b317f3bd1e0
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Jun 14 05:10:33 2020 +0000
description:
Put a message in build error logs to notify what this target builds.
diffstat:
distrib/ews4800mips/floppies/instkernel/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 8c9c0dc07f1d -r 9b317f3bd1e0 distrib/ews4800mips/floppies/instkernel/Makefile
--- a/distrib/ews4800mips/floppies/instkernel/Makefile Sun Jun 14 04:51:09 2020 +0000
+++ b/distrib/ews4800mips/floppies/instkernel/Makefile Sun Jun 14 05:10:33 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/01/01 19:09:12 christos Exp $
+# $NetBSD: Makefile,v 1.9 2020/06/14 05:10:33 tsutsui Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -18,6 +18,7 @@
all realall: ${BOOT_RAMDISK}.gz
${BOOT_RAMDISK}.gz: netbsd-RAMDISK.gz ${DESTDIR}/usr/mdec/boot_kernel.gz
+ @echo "Creating a bootloader binary with embedded RAMDISK kernel"
gunzip -c ${DESTDIR}/usr/mdec/boot_kernel.gz > ${BOOT_RAMDISK}.tmp
${TOOL_MDSETIMAGE} -v ${BOOT_RAMDISK}.tmp netbsd-RAMDISK.gz
${MIPS_ELF2ECOFF} ${BOOT_RAMDISK}.tmp ${BOOT_RAMDISK}.coff
Home |
Main Index |
Thread Index |
Old Index