Source-Changes-HG archive

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

[src/trunk]: src hook mkubootimage into the build



details:   https://anonhg.NetBSD.org/src/rev/f6160e3c85ec
branches:  trunk
changeset: 755751:f6160e3c85ec
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Jun 18 18:57:27 2010 +0000

description:
hook mkubootimage into the build

diffstat:

 distrib/sets/lists/comp/mi  |  3 ++-
 tools/Makefile              |  6 +++++-
 tools/mkubootimage/Makefile |  8 ++++++++
 usr.bin/Makefile            |  5 +++--
 4 files changed, 18 insertions(+), 4 deletions(-)

diffs (68 lines):

diff -r 1094e5d91108 -r f6160e3c85ec distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Fri Jun 18 18:55:48 2010 +0000
+++ b/distrib/sets/lists/comp/mi        Fri Jun 18 18:57:27 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mi,v 1.1468 2010/06/18 16:29:01 hannken Exp $
+#      $NetBSD: mi,v 1.1469 2010/06/18 18:57:27 jmcneill Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -47,6 +47,7 @@
 ./usr/bin/lorder                               comp-util-bin
 ./usr/bin/menuc                                        comp-c-bin
 ./usr/bin/mkstr                                        comp-c-bin
+./usr/bin/mkubootimage                         comp-util-bin
 ./usr/bin/msgattrib                            comp-c-bin
 ./usr/bin/msgc                                 comp-c-bin
 ./usr/bin/msgcat                               comp-c-bin
diff -r 1094e5d91108 -r f6160e3c85ec tools/Makefile
--- a/tools/Makefile    Fri Jun 18 18:55:48 2010 +0000
+++ b/tools/Makefile    Fri Jun 18 18:57:27 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.138 2010/06/04 08:34:35 jmmv Exp $
+#      $NetBSD: Makefile,v 1.139 2010/06/18 18:57:27 jmcneill Exp $
 
 .include <bsd.own.mk>
 
@@ -115,6 +115,10 @@
 SUBDIR+=       hp300-mkboot
 .endif
 
+.if ${MACHINE} == "evbarm"
+SUBDIR+=       mkubootimage
+.endif
+
 check_MKTOOLS: .PHONY .NOTMAIN
 .if ${MKTOOLS:Uyes} == "no"
        @echo '*** WARNING: "MKTOOLS" is set to "no"; this will prevent building and'
diff -r 1094e5d91108 -r f6160e3c85ec tools/mkubootimage/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/mkubootimage/Makefile       Fri Jun 18 18:57:27 2010 +0000
@@ -0,0 +1,8 @@
+#      $NetBSD: Makefile,v 1.1 2010/06/18 18:57:28 jmcneill Exp $
+
+HOSTPROGNAME=  ${_TOOL_PREFIX}mkubootimage
+HOST_SRCDIR=   usr.bin/mkubootimage
+
+HOST_CPPFLAGS+= -I${.CURDIR}
+
+.include "${.CURDIR}/../Makefile.host"
diff -r 1094e5d91108 -r f6160e3c85ec usr.bin/Makefile
--- a/usr.bin/Makefile  Fri Jun 18 18:55:48 2010 +0000
+++ b/usr.bin/Makefile  Fri Jun 18 18:57:27 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.187 2010/06/17 06:29:16 mrg Exp $
+#      $NetBSD: Makefile,v 1.188 2010/06/18 18:57:27 jmcneill Exp $
 #      from: @(#)Makefile      8.3 (Berkeley) 1/7/94
 
 .include <bsd.own.mk>
@@ -16,7 +16,8 @@
        kdump ktrace ktruss lam last lastcomm ldd leave less \
        locale locate lock logger login logname look lorder m4 \
        machine mail make man menuc mesg midiplay mixerctl mkcsmapper \
-       mkdep mkesdb mkfifo mklocale mkstr mktemp moduli msgc msgs \
+       mkdep mkesdb mkfifo mklocale mkstr mktemp mkubootimage moduli \
+       msgc msgs \
        nbperf netgroup netstat newgrp newsyslog nfsstat nice nl nohup nvi \
        pagesize passwd paste patch pathchk pkill pmap pmc pr \
        printenv printf progress pwhash qsubst quota radioctl rdist \



Home | Main Index | Thread Index | Old Index