Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib we always build librtld_db and libproc.
details: https://anonhg.NetBSD.org/src/rev/016e598cc36b
branches: trunk
changeset: 340709:016e598cc36b
user: christos <christos%NetBSD.org@localhost>
date: Fri Sep 25 11:35:05 2015 +0000
description:
we always build librtld_db and libproc.
diffstat:
lib/Makefile | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diffs (31 lines):
diff -r 7f77b12dd50f -r 016e598cc36b lib/Makefile
--- a/lib/Makefile Fri Sep 25 11:34:07 2015 +0000
+++ b/lib/Makefile Fri Sep 25 11:35:05 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.232 2015/09/25 10:08:35 martin Exp $
+# $NetBSD: Makefile,v 1.233 2015/09/25 11:35:05 christos Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -100,9 +100,7 @@
#==================== 1st library dependency barrier ====================
SUBDIR+= .WAIT
-.if ${MKDTRACE} != "no" || ${MKCTF} != "no"
SUBDIR+= ../external/bsd/librtld_db/lib # depends on libutil
-.endif
.if ${MKDTRACE} != "no" || ${MKCTF} != "no"
SUBDIR+= ../external/cddl/osnet/lib/libctf
@@ -207,9 +205,8 @@
.endif
SUBDIR+= ../external/bsd/libevent/lib # depends on libcrypto
-.if ${MKDTRACE} != "no" && ${MKCTF} != "no"
-SUBDIR+= ../external/bsd/libproc/lib # depends on libstdc++, libctf
-.endif
+SUBDIR+= ../external/bsd/libproc/lib # depends on libstdc++,
+ # optionally libctf
SUBDIR+= ../external/bsd/fetch/lib # depends on libssl
.if (${MKLDAP} != "no")
Home |
Main Index |
Thread Index |
Old Index