Module Name:    src
Committed By:   tsutsui
Date:           Sun Jun 12 05:39:57 UTC 2011

Modified Files:
        src/distrib/emips/instkernel: Makefile
Removed Files:
        src/sys/arch/emips/conf: Makefile.emips.inc

Log Message:
No reason to create ECOFF kernels for a modern port which have a native
bootloader.  (blindly copied from pmax?)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/emips/instkernel/Makefile
cvs rdiff -u -r1.1 -r0 src/sys/arch/emips/conf/Makefile.emips.inc

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

Modified files:

Index: src/distrib/emips/instkernel/Makefile
diff -u src/distrib/emips/instkernel/Makefile:1.1 src/distrib/emips/instkernel/Makefile:1.2
--- src/distrib/emips/instkernel/Makefile:1.1	Wed Jan 26 01:18:44 2011
+++ src/distrib/emips/instkernel/Makefile	Sun Jun 12 05:39:57 2011
@@ -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"

Reply via email to