Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools fix EXTERNAL_TOOLCHAIN build
details: https://anonhg.NetBSD.org/src/rev/7cf55cd0e9ec
branches: trunk
changeset: 781653:7cf55cd0e9ec
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Sep 20 15:50:20 2012 +0000
description:
fix EXTERNAL_TOOLCHAIN build
diffstat:
tools/Makefile | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r 3b751d9e2678 -r 7cf55cd0e9ec tools/Makefile
--- a/tools/Makefile Thu Sep 20 15:48:54 2012 +0000
+++ b/tools/Makefile Thu Sep 20 15:50:20 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.156 2012/08/10 16:13:36 joerg Exp $
+# $NetBSD: Makefile,v 1.157 2012/09/20 15:50:20 pooka Exp $
.include <bsd.own.mk>
@@ -27,8 +27,6 @@
TOOLCHAIN_BITS+= gdb
. endif
TOOLCHAIN_BITS+= .WAIT
-# XXX Eventually, we want to be able to build dbsym and mdsetimage
-# XXX if EXTERNAL_TOOLCHAIN is set.
.endif
.endif
@@ -38,7 +36,11 @@
.endif
.endif
+.if ${TOOLCHAIN_MISSING} == "no"
+# XXX Eventually, we want to be able to build dbsym and mdsetimage
+# XXX if EXTERNAL_TOOLCHAIN is set.
TOOLCHAIN_BITS+= dbsym mdsetimage
+.endif
DTRACE_BITS=
.if ${MKDTRACE} != "no"
Home |
Main Index |
Thread Index |
Old Index