Module Name: src Committed By: plunky Date: Fri May 9 08:36:09 UTC 2014
Modified Files: src/lib: Makefile Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.213 -r1.214 src/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/Makefile diff -u src/lib/Makefile:1.213 src/lib/Makefile:1.214 --- src/lib/Makefile:1.213 Tue Apr 22 13:20:58 2014 +++ src/lib/Makefile Fri May 9 08:36:09 2014 @@ -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/elftoolchain/li 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+= libpam # depends on heimdal 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")