Source-Changes-HG archive

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

[src/trunk]: src/external/bsd neither libproc or librtld_db require CTF



details:   https://anonhg.NetBSD.org/src/rev/c7a137862a27
branches:  trunk
changeset: 340743:c7a137862a27
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Sep 28 17:12:46 2015 +0000

description:
neither libproc or librtld_db require CTF

diffstat:

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

diffs (18 lines):

diff -r b673532c0c5d -r c7a137862a27 external/bsd/Makefile
--- a/external/bsd/Makefile     Mon Sep 28 17:12:12 2015 +0000
+++ b/external/bsd/Makefile     Mon Sep 28 17:12:46 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.53 2015/09/25 11:38:12 christos Exp $
+#      $NetBSD: Makefile,v 1.54 2015/09/28 17:12:46 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -35,7 +35,7 @@
 .if (${MKPCC} != "no")
 SUBDIR+= pcc
 .endif
-.if (${MKDTRACE} != "no" || ${MKCTF} != "no")
+.if (${MKDTRACE} != "no")
 SUBDIR+= libproc
 SUBDIR+= librtld_db
 .endif



Home | Main Index | Thread Index | Old Index