CVS commit: src/distrib/ews4800mips/floppies/instkernel

2020-06-13 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Jun 14 05:10:33 UTC 2020

Modified Files:
src/distrib/ews4800mips/floppies/instkernel: Makefile

Log Message:
Put a message in build error logs to notify what this target builds.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/distrib/ews4800mips/floppies/instkernel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/ews4800mips/floppies/instkernel/Makefile
diff -u src/distrib/ews4800mips/floppies/instkernel/Makefile:1.8 src/distrib/ews4800mips/floppies/instkernel/Makefile:1.9
--- src/distrib/ews4800mips/floppies/instkernel/Makefile:1.8	Tue Jan  1 19:09:12 2019
+++ src/distrib/ews4800mips/floppies/instkernel/Makefile	Sun Jun 14 05:10:33 2020
@@ -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 
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -18,6 +18,7 @@ BOOT_RELEASEDIR=	installation/boot
 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



CVS commit: src/distrib/ews4800mips/floppies/instkernel

2020-06-13 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Jun 14 05:10:33 UTC 2020

Modified Files:
src/distrib/ews4800mips/floppies/instkernel: Makefile

Log Message:
Put a message in build error logs to notify what this target builds.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/distrib/ews4800mips/floppies/instkernel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/ews4800mips/floppies/instkernel

2016-09-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Sep 20 20:55:11 UTC 2016

Modified Files:
src/distrib/ews4800mips/floppies/instkernel: Makefile

Log Message:
Strip more sections, and verbose printing.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/distrib/ews4800mips/floppies/instkernel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/ews4800mips/floppies/instkernel/Makefile
diff -u src/distrib/ews4800mips/floppies/instkernel/Makefile:1.6 src/distrib/ews4800mips/floppies/instkernel/Makefile:1.7
--- src/distrib/ews4800mips/floppies/instkernel/Makefile:1.6	Tue Aug  5 11:40:58 2014
+++ src/distrib/ews4800mips/floppies/instkernel/Makefile	Tue Sep 20 16:55:11 2016
@@ -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 
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -8,6 +8,7 @@ RAMDISK=	${RAMDISKDIR}/ramdisk.fs
 
 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 @@ all realall:	${BOOT_RAMDISK}.gz
 
 ${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}
 



CVS commit: src/distrib/ews4800mips/floppies/instkernel

2016-09-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Sep 20 20:55:11 UTC 2016

Modified Files:
src/distrib/ews4800mips/floppies/instkernel: Makefile

Log Message:
Strip more sections, and verbose printing.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/distrib/ews4800mips/floppies/instkernel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.