From owner-freebsd-current@FreeBSD.ORG Sun Oct 1 20:09:29 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE5CE16A403 for ; Sun, 1 Oct 2006 20:09:29 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77F4743D55 for ; Sun, 1 Oct 2006 20:09:29 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k91K9GBE057232; Sun, 1 Oct 2006 14:09:16 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 01 Oct 2006 14:08:24 -0600 (MDT) Message-Id: <20061001.140824.-1264104565.imp@bsdimp.com> To: gurney_j@resnet.uoregon.edu From: "M. Warner Losh" In-Reply-To: <20060928231816.GI80527@funkthat.com> References: <20060928231816.GI80527@funkthat.com> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sun, 01 Oct 2006 14:09:17 -0600 (MDT) Cc: freebsd-current@freebsd.org Subject: Re: better way to build libraries.. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 20:09:29 -0000 In message: <20060928231816.GI80527@funkthat.com> John-Mark Gurney writes: : Comments? Improvements? Generally, libraries are considered to be a critical part of the system. They often have many different interdependencies. This is why we have buildworld: to account for them. If you make the patches that you describe, then you break the upgrade path for people with older systems. You don't need to do a complete buildworld either to get new libraries. However, teasing out the parts that you do and don't need can be a chore. Maybe we should enhance the build system to be able to say 'rebuild just the libraries w/o rebuilding the toolchain'. Warner