Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib Restore previous: only build libproc and librtld_db for ...
details: https://anonhg.NetBSD.org/src/rev/d94b56e3ae8d
branches: trunk
changeset: 340711:d94b56e3ae8d
user: christos <christos%NetBSD.org@localhost>
date: Fri Sep 25 11:39:08 2015 +0000
description:
Restore previous: only build libproc and librtld_db for dtrace since many
archs are not supported.
diffstat:
lib/Makefile | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diffs (31 lines):
diff -r 842b94003f40 -r d94b56e3ae8d lib/Makefile
--- a/lib/Makefile Fri Sep 25 11:38:12 2015 +0000
+++ b/lib/Makefile Fri Sep 25 11:39:08 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.233 2015/09/25 11:35:05 christos Exp $
+# $NetBSD: Makefile,v 1.234 2015/09/25 11:39:08 christos Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -100,7 +100,9 @@
#==================== 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
@@ -205,8 +207,9 @@
.endif
SUBDIR+= ../external/bsd/libevent/lib # depends on libcrypto
-SUBDIR+= ../external/bsd/libproc/lib # depends on libstdc++,
- # optionally libctf
+.if ${MKDTRACE} != "no" && ${MKCTF} != "no"
+SUBDIR+= ../external/bsd/libproc/lib # depends on libstdc++, libctf
+.endif
SUBDIR+= ../external/bsd/fetch/lib # depends on libssl
.if (${MKLDAP} != "no")
Home |
Main Index |
Thread Index |
Old Index