Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib Neither libproc or librtld_db require CTF
details: https://anonhg.NetBSD.org/src/rev/b673532c0c5d
branches: trunk
changeset: 340742:b673532c0c5d
user: christos <christos%NetBSD.org@localhost>
date: Mon Sep 28 17:12:12 2015 +0000
description:
Neither libproc or librtld_db require CTF
diffstat:
lib/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r c13540b51305 -r b673532c0c5d lib/Makefile
--- a/lib/Makefile Mon Sep 28 07:55:26 2015 +0000
+++ b/lib/Makefile Mon Sep 28 17:12:12 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.234 2015/09/25 11:39:08 christos Exp $
+# $NetBSD: Makefile,v 1.235 2015/09/28 17:12:12 christos Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -100,7 +100,7 @@
#==================== 1st library dependency barrier ====================
SUBDIR+= .WAIT
-.if ${MKDTRACE} != "no" || ${MKCTF} != "no"
+.if ${MKDTRACE} != "no"
SUBDIR+= ../external/bsd/librtld_db/lib # depends on libutil
.endif
@@ -207,7 +207,7 @@
.endif
SUBDIR+= ../external/bsd/libevent/lib # depends on libcrypto
-.if ${MKDTRACE} != "no" && ${MKCTF} != "no"
+.if ${MKDTRACE} != "no"
SUBDIR+= ../external/bsd/libproc/lib # depends on libstdc++, libctf
.endif
SUBDIR+= ../external/bsd/fetch/lib # depends on libssl
Home |
Main Index |
Thread Index |
Old Index