Source-Changes-HG archive

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

[src/trunk]: src/tools ctfconvert/ctfmerge need libdwarf &c., so build them i...



details:   https://anonhg.NetBSD.org/src/rev/16a36b4d136c
branches:  trunk
changeset: 328453:16a36b4d136c
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Thu Apr 03 18:23:38 2014 +0000

description:
ctfconvert/ctfmerge need libdwarf &c., so build them if MKCTF=yes.

diffstat:

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

diffs (18 lines):

diff -r 1d8e3f841e30 -r 16a36b4d136c tools/Makefile
--- a/tools/Makefile    Thu Apr 03 18:17:52 2014 +0000
+++ b/tools/Makefile    Thu Apr 03 18:23:38 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.172 2014/03/25 09:52:56 ozaki-r Exp $
+#      $NetBSD: Makefile,v 1.173 2014/04/03 18:23:38 riastradh Exp $
 
 .include <bsd.own.mk>
 .include <bsd.endian.mk>
@@ -65,7 +65,7 @@
 .endif
 
 DTRACE_BITS=
-.if ${MKDTRACE} != "no"
+.if ${MKDTRACE} != "no" || ${MKCTF} != "no"
 DTRACE_BITS+= .WAIT libelf
 DTRACE_BITS+= .WAIT libdwarf
 DTRACE_BITS+= .WAIT libctf



Home | Main Index | Thread Index | Old Index