Source-Changes-HG archive

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

[src/trunk]: src/lib xz/lib depends upon pthread so move it to the 1st depend...



details:   https://anonhg.NetBSD.org/src/rev/09462783a080
branches:  trunk
changeset: 807661:09462783a080
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Apr 17 22:17:23 2015 +0000

description:
xz/lib depends upon pthread so move it to the 1st dependancy point.
libarchive/lib depends upon xz, so move to the 2nd.

diffstat:

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

diffs (44 lines):

diff -r 52f67d87749f -r 09462783a080 lib/Makefile
--- a/lib/Makefile      Fri Apr 17 21:56:14 2015 +0000
+++ b/lib/Makefile      Fri Apr 17 22:17:23 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.220 2015/01/25 15:47:36 christos Exp $
+#      $NetBSD: Makefile,v 1.221 2015/04/17 22:17:23 mrg Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -67,7 +67,6 @@
 SUBDIR+=       ../external/mit/expat/lib
 
 SUBDIR+=       ../external/public-domain/sqlite/lib
-SUBDIR+=       ../external/public-domain/xz/lib
 
 SUBDIR+=       ../gnu/lib/libmalloc
 
@@ -91,6 +90,8 @@
 #==================== 1st library dependency barrier ====================
 SUBDIR+=       .WAIT
 
+SUBDIR+=       ../external/public-domain/xz/lib        # depends on libpthread
+
 .if (${MKCRYPTO} != "no")
 SUBDIR+=       ../crypto/external/bsd/netpgp/libmj
 SUBDIR+=       ../crypto/external/bsd/netpgp/lib/verify # depends on libz
@@ -126,8 +127,6 @@
 SUBDIR+=       ../external/bsd/iscsi/lib       # depends on libpthread
 .endif
 
-SUBDIR+=       ../external/bsd/libarchive/lib  # depends on libxz
-
 .if (${MKLVM} != "no")
 SUBDIR+=       ../external/gpl2/lvm2/lib       # depends on libprop
 .endif
@@ -152,6 +151,8 @@
 #==================== 2nd library dependency barrier ====================
 SUBDIR+=       .WAIT
 
+SUBDIR+=       ../external/bsd/libarchive/lib  # depends on libxz
+
 .if (${MKNPF} != "no")
 SUBDIR+=       npf             # depends on libnpf
 .endif



Home | Main Index | Thread Index | Old Index