Source-Changes-HG archive

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

[src/trunk]: src/lib move sqlite earlier in its section. my build often sits...



details:   https://anonhg.NetBSD.org/src/rev/9c1e3d885e56
branches:  trunk
changeset: 446909:9c1e3d885e56
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Dec 24 22:02:32 2018 +0000

description:
move sqlite earlier in its section.  my build often sits with only 3
processes active here for quite some time otherwise.

diffstat:

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

diffs (27 lines):

diff -r 56f160449aff -r 9c1e3d885e56 lib/Makefile
--- a/lib/Makefile      Mon Dec 24 21:51:57 2018 +0000
+++ b/lib/Makefile      Mon Dec 24 22:02:32 2018 +0000
@@ -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+=       libnvmm
 .endif
 
+SUBDIR+=       ../external/public-domain/sqlite/lib
+
 .if (${MKMDNS} != "no")
 SUBDIR+=       ../external/apache2/mDNSResponder/lib
 .endif
@@ -82,8 +84,6 @@
 
 SUBDIR+=       ../external/mit/expat/lib
 
-SUBDIR+=       ../external/public-domain/sqlite/lib
-
 SUBDIR+=       ../external/gpl2/libmalloc
 
 .if (${MKGCC} != "no")



Home | Main Index | Thread Index | Old Index