Module Name:    src
Committed By:   christos
Date:           Tue Jan  1 19:09:13 UTC 2019

Modified Files:
        src/distrib/ews4800mips/floppies/instkernel: Makefile
        src/distrib/mipsco/instkernel: Makefile
        src/distrib/pmax/instkernel: Makefile
        src/distrib/sgimips/instkernel: Makefile

Log Message:
Rename ELF2ECOFF -> MIPS_ELF2ECOFF


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/distrib/ews4800mips/floppies/instkernel/Makefile
cvs rdiff -u -r1.17 -r1.18 src/distrib/mipsco/instkernel/Makefile
cvs rdiff -u -r1.40 -r1.41 src/distrib/pmax/instkernel/Makefile
cvs rdiff -u -r1.13 -r1.14 src/distrib/sgimips/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.7 src/distrib/ews4800mips/floppies/instkernel/Makefile:1.8
--- src/distrib/ews4800mips/floppies/instkernel/Makefile:1.7	Tue Sep 20 16:55:11 2016
+++ src/distrib/ews4800mips/floppies/instkernel/Makefile	Tue Jan  1 14:09:12 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2016/09/20 20:55:11 christos Exp $
+#	$NetBSD: Makefile,v 1.8 2019/01/01 19:09:12 christos Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -20,7 +20,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} -v ${BOOT_RAMDISK}.tmp netbsd-RAMDISK.gz
-	${ELF2ECOFF} ${BOOT_RAMDISK}.tmp ${BOOT_RAMDISK}.coff
+	${MIPS_ELF2ECOFF} ${BOOT_RAMDISK}.tmp ${BOOT_RAMDISK}.coff
 	${TOOL_GZIP_N} -9c ${BOOT_RAMDISK}.coff > ${.TARGET}
 
 CLEANFILES+=	${BOOT_RAMDISK}.tmp ${BOOT_RAMDISK}.coff ${BOOT_RAMDISK}.gz

Index: src/distrib/mipsco/instkernel/Makefile
diff -u src/distrib/mipsco/instkernel/Makefile:1.17 src/distrib/mipsco/instkernel/Makefile:1.18
--- src/distrib/mipsco/instkernel/Makefile:1.17	Sat Feb 20 11:42:33 2016
+++ src/distrib/mipsco/instkernel/Makefile	Tue Jan  1 14:09:12 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.17 2016/02/20 16:42:33 christos Exp $
+#	$NetBSD: Makefile,v 1.18 2019/01/01 19:09:12 christos Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -25,7 +25,7 @@ MDSETTARGETS=		RAMDISK ${RAMDISK} netbsd
 MDSET_RELEASEDIR=	binary/kernel
 
 MDSET_SUFFIXES.netbsd-INSTALL=	ecoff create-ecoff
-create-ecoff=			${ELF2ECOFF} ${.TARGET:R} ${.TARGET}
+create-ecoff=			${MIPS_ELF2ECOFF} ${.TARGET:R} ${.TARGET}
 
 IMAGE_RELEASEDIR=	installation/diskimage
 

Index: src/distrib/pmax/instkernel/Makefile
diff -u src/distrib/pmax/instkernel/Makefile:1.40 src/distrib/pmax/instkernel/Makefile:1.41
--- src/distrib/pmax/instkernel/Makefile:1.40	Thu Feb 22 02:21:10 2018
+++ src/distrib/pmax/instkernel/Makefile	Tue Jan  1 14:09:12 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.40 2018/02/22 07:21:10 mrg Exp $
+#	$NetBSD: Makefile,v 1.41 2019/01/01 19:09:12 christos Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -26,7 +26,7 @@ MDSET_RELEASEDIR=	binary/kernel
 
 .if ${MACHINE_ARCH} == "mipsel"
 MDSET_SUFFIXES.netbsd-INSTALL${SFX}=	ecoff create-ecoff
-create-ecoff=				${ELF2ECOFF} ${.TARGET:R} ${.TARGET}
+create-ecoff=			${MIPS_ELF2ECOFF} ${.TARGET:R} ${.TARGET}
 .endif
 
 IMAGE_RELEASEDIR=	installation/diskimage

Index: src/distrib/sgimips/instkernel/Makefile
diff -u src/distrib/sgimips/instkernel/Makefile:1.13 src/distrib/sgimips/instkernel/Makefile:1.14
--- src/distrib/sgimips/instkernel/Makefile:1.13	Sun Sep  2 12:41:42 2018
+++ src/distrib/sgimips/instkernel/Makefile	Tue Jan  1 14:09:13 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.13 2018/09/02 16:41:42 tsutsui Exp $
+#	$NetBSD: Makefile,v 1.14 2019/01/01 19:09:13 christos Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -30,7 +30,7 @@ MDSETTARGETS=	INSTALL${NX}_IP2x ${RAMDIS
 MDSET_RELEASEDIR=	binary/kernel
 
 MDSET_SUFFIXES.netbsd-INSTALL${NX}_IP2x=ecoff create-ecoff
-create-ecoff=	${ELF2ECOFF} ${.TARGET:R} ${.TARGET}
+create-ecoff=	${MIPS_ELF2ECOFF} ${.TARGET:R} ${.TARGET}
 
 IMAGE_RELEASEDIR=	installation/diskimage
 

Reply via email to