Source-Changes-HG archive

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

[src/trunk]: src/distrib/mipsco/instkernel create the ecoff copy of the insta...



details:   https://anonhg.NetBSD.org/src/rev/5c8e0b5a7620
branches:  trunk
changeset: 750220:5c8e0b5a7620
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Dec 20 19:53:36 2009 +0000

description:
create the ecoff copy of the install kernel so the prom can boot it.
from PR 39915.

diffstat:

 distrib/mipsco/instkernel/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r d5b84755cb59 -r 5c8e0b5a7620 distrib/mipsco/instkernel/Makefile
--- a/distrib/mipsco/instkernel/Makefile        Sun Dec 20 19:50:29 2009 +0000
+++ b/distrib/mipsco/instkernel/Makefile        Sun Dec 20 19:53:36 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.15 2002/12/11 15:52:47 lukem Exp $
+#      $NetBSD: Makefile,v 1.16 2009/12/20 19:53:36 mrg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -24,10 +24,8 @@
 MDSETTARGETS=          RAMDISK ${RAMDISK} netbsd-INSTALL
 MDSET_RELEASEDIR=      binary/kernel
 
-.if defined(ECOFF_KERNEL)
 MDSET_SUFFIXES.netbsd-INSTALL= ecoff create-ecoff
 create-ecoff=                  ${ELF2ECOFF} ${.TARGET:R} ${.TARGET}
-.endif # ECOFF_KERNEL
 
 IMAGE_RELEASEDIR=      installation/diskimage
 



Home | Main Index | Thread Index | Old Index