Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib Rename ELF2ECOFF -> MIPS_ELF2ECOFF



details:   https://anonhg.NetBSD.org/src/rev/b47286498c14
branches:  trunk
changeset: 447135:b47286498c14
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 01 19:09:12 2019 +0000

description:
Rename ELF2ECOFF -> MIPS_ELF2ECOFF

diffstat:

 distrib/ews4800mips/floppies/instkernel/Makefile |  4 ++--
 distrib/mipsco/instkernel/Makefile               |  4 ++--
 distrib/pmax/instkernel/Makefile                 |  4 ++--
 distrib/sgimips/instkernel/Makefile              |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r e19817ce64c7 -r b47286498c14 distrib/ews4800mips/floppies/instkernel/Makefile
--- a/distrib/ews4800mips/floppies/instkernel/Makefile  Tue Jan 01 19:06:38 2019 +0000
+++ b/distrib/ews4800mips/floppies/instkernel/Makefile  Tue Jan 01 19:09:12 2019 +0000
@@ -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 @@
 ${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
diff -r e19817ce64c7 -r b47286498c14 distrib/mipsco/instkernel/Makefile
--- a/distrib/mipsco/instkernel/Makefile        Tue Jan 01 19:06:38 2019 +0000
+++ b/distrib/mipsco/instkernel/Makefile        Tue Jan 01 19:09:12 2019 +0000
@@ -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 @@
 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
 
diff -r e19817ce64c7 -r b47286498c14 distrib/pmax/instkernel/Makefile
--- a/distrib/pmax/instkernel/Makefile  Tue Jan 01 19:06:38 2019 +0000
+++ b/distrib/pmax/instkernel/Makefile  Tue Jan 01 19:09:12 2019 +0000
@@ -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 @@
 
 .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
diff -r e19817ce64c7 -r b47286498c14 distrib/sgimips/instkernel/Makefile
--- a/distrib/sgimips/instkernel/Makefile       Tue Jan 01 19:06:38 2019 +0000
+++ b/distrib/sgimips/instkernel/Makefile       Tue Jan 01 19:09:12 2019 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index