Source-Changes-HG archive

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

[src/trunk]: src/tools DTrace: add libelf, libdwarf, libctf, and CTF tools to...



details:   https://anonhg.NetBSD.org/src/rev/97bd96406214
branches:  trunk
changeset: 752642:97bd96406214
user:      darran <darran%NetBSD.org@localhost>
date:      Tue Mar 02 20:47:01 2010 +0000

description:
DTrace: add libelf, libdwarf, libctf, and CTF tools to the toolchain,
built when MKDTRACE=yes.

diffstat:

 tools/Makefile |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 7885f90ee835 -r 97bd96406214 tools/Makefile
--- a/tools/Makefile    Tue Mar 02 20:40:15 2010 +0000
+++ b/tools/Makefile    Tue Mar 02 20:47:01 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.136 2010/02/20 00:35:11 joerg Exp $
+#      $NetBSD: Makefile,v 1.137 2010/03/02 20:47:01 darran Exp $
 
 .include <bsd.own.mk>
 
@@ -27,6 +27,14 @@
 TOOLCHAIN_BITS+= .WAIT dbsym mdsetimage
 .endif
 
+DTRACE_BITS=
+.if ${MKDTRACE} != "no"
+DTRACE_BITS+= .WAIT libelf
+DTRACE_BITS+= .WAIT libdwarf
+DTRACE_BITS+= .WAIT libctf 
+DTRACE_BITS+= .WAIT ctfconvert ctfmerge
+.endif
+
 LINT_BITS=
 .if ${MKLINT} != "no"
 LINT_BITS= lint lint2
@@ -45,6 +53,7 @@
        .WAIT lex \
        .WAIT pax \
        .WAIT ${TOOLCHAIN_BITS} \
+       ${DTRACE_BITS} \
                asn1_compile atf-compile cat cksum compile_et config db \
                file lint1 \
                makefs menuc mkcsmapper mkesdb mklocale mknod msgc \



Home | Main Index | Thread Index | Old Index