Received: by mail.netbsd.org (Postfix, from userid 605) id 1DC1984DC1; Mon, 24 Dec 2018 22:02:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 05EED84DBB for ; Mon, 24 Dec 2018 22:02:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id DuPZQa4ITzkz for ; Mon, 24 Dec 2018 22:02:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 716D284CDA for ; Mon, 24 Dec 2018 22:02:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6B279FB16; Mon, 24 Dec 2018 22:02:32 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 24 Dec 2018 22:02:32 +0000 From: "matthew green" Subject: CVS commit: src/lib To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20181224220232.6B279FB16@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "matthew green" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: 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.