Source-Changes-HG archive

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

[src/trunk]: src/lib move libctf after the barrier since it depends on libz



details:   https://anonhg.NetBSD.org/src/rev/2bd2746bfe56
branches:  trunk
changeset: 340602:2bd2746bfe56
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Sep 17 02:00:33 2015 +0000

description:
move libctf after the barrier since it depends on libz

diffstat:

 lib/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r 34719a5164dc -r 2bd2746bfe56 lib/Makefile
--- a/lib/Makefile      Thu Sep 17 01:53:48 2015 +0000
+++ b/lib/Makefile      Thu Sep 17 02:00:33 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.226 2015/07/08 01:08:24 matt Exp $
+#      $NetBSD: Makefile,v 1.227 2015/09/17 02:00:33 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -68,10 +68,6 @@
 SUBDIR+=        ../external/cddl/osnet/lib/libdtrace
 .endif
 
-.if ${MKDTRACE} != "no" || ${MKCTF} != "no"
-SUBDIR+=        ../external/cddl/osnet/lib/libctf
-.endif
-
 .if (${MKZFS} != "no")
 SUBDIR+=        ../external/cddl/osnet/lib/libavl
 SUBDIR+=        ../external/cddl/osnet/lib/libnvpair
@@ -107,6 +103,10 @@
 #==================== 1st library dependency barrier ====================
 SUBDIR+=       .WAIT
 
+.if ${MKDTRACE} != "no" || ${MKCTF} != "no"
+SUBDIR+=        ../external/cddl/osnet/lib/libctf
+.endif
+
 SUBDIR+=       ../external/public-domain/xz/lib        # depends on libpthread
 
 .if (${MKCRYPTO} != "no")



Home | Main Index | Thread Index | Old Index