Module Name: src Committed By: mrg Date: Mon Dec 24 22:02:32 UTC 2018
Modified Files: src/lib: Makefile Log Message: move sqlite earlier in its section. my build often sits with only 3 processes active here for quite some time otherwise. To generate a diff of this commit: cvs rdiff -u -r1.265 -r1.266 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.265 src/lib/Makefile:1.266 --- src/lib/Makefile:1.265 Tue Nov 13 09:24:37 2018 +++ src/lib/Makefile Mon Dec 24 22:02:32 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.265 2018/11/13 09:24:37 martin Exp $ +# $NetBSD: Makefile,v 1.266 2018/12/24 22:02:32 mrg Exp $ # from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91 .include <bsd.own.mk> @@ -54,6 +54,8 @@ SUBDIR+= libskey SUBDIR+= libnvmm .endif +SUBDIR+= ../external/public-domain/sqlite/lib + .if (${MKMDNS} != "no") SUBDIR+= ../external/apache2/mDNSResponder/lib .endif @@ -82,8 +84,6 @@ SUBDIR+= ../external/cddl/osnet/l SUBDIR+= ../external/mit/expat/lib -SUBDIR+= ../external/public-domain/sqlite/lib - SUBDIR+= ../external/gpl2/libmalloc .if (${MKGCC} != "no")