From owner-freebsd-hackers@FreeBSD.ORG Mon Jun 14 03:32:35 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80DC6106566B for ; Mon, 14 Jun 2010 03:32:35 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 2BD318FC12 for ; Mon, 14 Jun 2010 03:32:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o5E3SNPu025067; Sun, 13 Jun 2010 21:28:23 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 13 Jun 2010 21:28:25 -0600 (MDT) Message-Id: <20100613.212825.29593248112292292.imp@bsdimp.com> To: yanefbsd@gmail.com From: "M. Warner Losh" In-Reply-To: References: X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: Resolving lib build dependencies in src a non-race condition prone way? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2010 03:32:35 -0000 In message: Garrett Cooper writes: : - If no, what am I doing wrong? There's a script in tools that will build the _prebuild_libs. You'll need to use tools/make/make_libdeps.sh. src/lib/Makefile I tihnk is mostly obsolete, and certainly would have some issues working properly. We don't really use it in the build, at least to resolve build order dependencies. Warner