Module Name:    src
Committed By:   jkoshy
Date:           Mon Apr 18 19:46:35 UTC 2022

Modified Files:
        src/tools: Makefile

Log Message:
Disconnect 'tools/lib{elf,dwarf}' from the build.

These libraries are now built by 'tools/elftoolchain/lib{elf,dwarf}'
respectively.


To generate a diff of this commit:
cvs rdiff -u -r1.213 -r1.214 src/tools/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/Makefile
diff -u src/tools/Makefile:1.213 src/tools/Makefile:1.214
--- src/tools/Makefile:1.213	Wed Apr 13 17:52:56 2022
+++ src/tools/Makefile	Mon Apr 18 19:46:35 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.213 2022/04/13 17:52:56 jkoshy Exp $
+#	$NetBSD: Makefile,v 1.214 2022/04/18 19:46:35 jkoshy Exp $
 
 .include <bsd.own.mk>
 .include <bsd.endian.mk>
@@ -59,8 +59,6 @@ TOOLCHAIN_BITS+= dbsym mdsetimage
 DTRACE_BITS=
 .if ${MKDTRACE} != "no" || ${MKCTF} != "no"
 DTRACE_BITS+= .WAIT elftoolchain
-DTRACE_BITS+= .WAIT libelf
-DTRACE_BITS+= .WAIT libdwarf
 DTRACE_BITS+= .WAIT libctf
 .endif
 .if ${MKCTF} != "no"

Reply via email to