From owner-cvs-src@FreeBSD.ORG Tue Aug 19 02:38:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15A5016A4BF; Tue, 19 Aug 2003 02:38:02 -0700 (PDT) Received: from hale.inty.net (hale.inty.net [195.92.21.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id C222043F3F; Tue, 19 Aug 2003 02:37:57 -0700 (PDT) (envelope-from paul@freebsd-services.com) Received: from inty.hq.inty.net (inty-untrusted-aztec-west.inty.net [212.50.178.178]) by hale.inty.net (8.11.6p2/8.11.6) with ESMTP id h7J9bs063312; Tue, 19 Aug 2003 10:37:55 +0100 (BST) x-previous-hop: 212.50.178.178 Received: from [10.0.1.111] ([10.0.1.111]) by inty.hq.inty.net (8.12.1/8.12.1) with ESMTP id h7J9brdx014428; Tue, 19 Aug 2003 10:37:53 +0100 (BST) From: Paul Richards To: Gordon Tetlow In-Reply-To: <200308170840.h7H8endW060225@repoman.freebsd.org> References: <200308170840.h7H8endW060225@repoman.freebsd.org> Content-Type: text/plain Message-Id: <1061285875.8010.63.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 19 Aug 2003 10:37:55 +0100 Content-Transfer-Encoding: 7bit X-Sender-IP: 10.0.1.111 X-INT-DeliveryDone: h7J9brdx014428 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/devd Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2003 09:38:02 -0000 On Sun, 2003-08-17 at 09:40, Gordon Tetlow wrote: > gordon 2003/08/17 01:40:49 PDT > > FreeBSD src repository > > Modified files: > sbin/devd Makefile > Log: > At imp's request, force devd to be statically compiled. This avoids the > need for libstdc++ in /lib, and the generated binary is actually smaller > statically linked than dynamically + sizeof(libstdc++). Additionally, > devd doesn't use get*by*() which is one of the main motivations for > dynamically linking your root partition anyway. How many binaries actually use get*by*? Wouldn't it be a little more sensible to just make those dynamic and leave the rest static? Would we even need /rescue then? We could just have static versions of the dynamic binaries as well. Paul.