Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src No reason to create ECOFF kernels for a modern port which ha...
details: https://anonhg.NetBSD.org/src/rev/69e2e126edb3
branches: trunk
changeset: 765978:69e2e126edb3
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Jun 12 05:39:57 2011 +0000
description:
No reason to create ECOFF kernels for a modern port which have a native
bootloader. (blindly copied from pmax?)
diffstat:
distrib/emips/instkernel/Makefile | 5 +----
sys/arch/emips/conf/Makefile.emips.inc | 5 -----
2 files changed, 1 insertions(+), 9 deletions(-)
diffs (28 lines):
diff -r ff3a8ee49520 -r 69e2e126edb3 distrib/emips/instkernel/Makefile
--- a/distrib/emips/instkernel/Makefile Sun Jun 12 05:37:54 2011 +0000
+++ b/distrib/emips/instkernel/Makefile Sun Jun 12 05:39:57 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/01/26 01:18:44 pooka Exp $
+# $NetBSD: Makefile,v 1.2 2011/06/12 05:39:57 tsutsui Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -20,9 +20,6 @@
MDSETTARGETS= RAMDISK ${RAMDISK} netbsd-INSTALL
MDSET_RELEASEDIR= binary/kernel
-MDSET_SUFFIXES.netbsd-INSTALL= ecoff create-ecoff
-create-ecoff= ${ELF2ECOFF} ${.TARGET:R} ${.TARGET}
-
IMAGE_RELEASEDIR= installation/diskimage
.include "${DISTRIBDIR}/common/Makefile.image"
diff -r ff3a8ee49520 -r 69e2e126edb3 sys/arch/emips/conf/Makefile.emips.inc
--- a/sys/arch/emips/conf/Makefile.emips.inc Sun Jun 12 05:37:54 2011 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-# $NetBSD: Makefile.emips.inc,v 1.1 2011/01/26 01:18:50 pooka Exp $
-
-SYSTEM_LD_TAIL_EXTRA=; \
- echo ${ELF2ECOFF} $@ $@.ecoff; ${ELF2ECOFF} $@ $@.ecoff; \
- chmod 755 $@.ecoff
Home |
Main Index |
Thread Index |
Old Index