Source-Changes-HG archive

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

[src/trunk]: src/tools Make mkubootimage for evbmips and evbppc too.



details:   https://anonhg.NetBSD.org/src/rev/21159cfa8612
branches:  trunk
changeset: 761519:21159cfa8612
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jan 31 03:41:10 2011 +0000

description:
Make mkubootimage for evbmips and evbppc too.

diffstat:

 tools/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 270bee10c78e -r 21159cfa8612 tools/Makefile
--- a/tools/Makefile    Mon Jan 31 03:37:28 2011 +0000
+++ b/tools/Makefile    Mon Jan 31 03:41:10 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.140 2010/08/15 07:27:33 mrg Exp $
+#      $NetBSD: Makefile,v 1.141 2011/01/31 03:41:10 matt Exp $
 
 .include <bsd.own.mk>
 
@@ -119,7 +119,7 @@
 SUBDIR+=       hp300-mkboot
 .endif
 
-.if ${MACHINE} == "evbarm"
+.if ${MACHINE} == "evbarm" || ${MACHINE} == "evbmips" || ${MACHINE} == "evbppc"
 SUBDIR+=       mkubootimage
 .endif
 



Home | Main Index | Thread Index | Old Index