Source-Changes-HG archive

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

[src/trunk]: src/lib Move libsjjit and libbpfjit to the pre-dependency sectio...



details:   https://anonhg.NetBSD.org/src/rev/464b8f03a11e
branches:  trunk
changeset: 329116:464b8f03a11e
user:      plunky <plunky%NetBSD.org@localhost>
date:      Fri May 09 08:36:09 2014 +0000

description:
Move libsjjit and libbpfjit to the pre-dependency section and remove
the unnecessary .WAIT. They are both marked LIBISPRIVATE, which does
mean no link is performed, and there are no dependencies.

diffstat:

 lib/Makefile |  13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r d3c86ceae60d -r 464b8f03a11e lib/Makefile
--- a/lib/Makefile      Fri May 09 06:12:48 2014 +0000
+++ b/lib/Makefile      Fri May 09 08:36:09 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.213 2014/04/22 13:20:58 joerg Exp $
+#      $NetBSD: Makefile,v 1.214 2014/05/09 08:36:09 plunky Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -62,6 +62,11 @@
 SUBDIR+=       ../external/bsd/liblzf/lib
 SUBDIR+=       ../external/bsd/libpcap/lib
 
+.if ${MKSLJIT} != "no"
+SUBDIR+=       ../external/bsd/sljit/lib
+SUBDIR+=       libbpfjit
+.endif
+
 SUBDIR+=       ../external/mit/expat/lib
 
 SUBDIR+=       ../external/public-domain/sqlite/lib
@@ -209,12 +214,6 @@
 SUBDIR+=       ../crypto/external/bsd/libsaslc # depends on heimdal, openssl
 .endif
 
-.if ${MKSLJIT} != "no"
-SUBDIR+=       ../external/bsd/sljit/lib
-SUBDIR+=       .WAIT
-SUBDIR+=       libbpfjit
-.endif
-
 SUBDIR+=       ../external/bsd/mdocml/lib
 
 .if (${MKRUMP} != "no")



Home | Main Index | Thread Index | Old Index