From owner-cvs-all@FreeBSD.ORG Thu Oct 27 03:21:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C90B16A41F; Thu, 27 Oct 2005 03:21:41 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F1AE43D46; Thu, 27 Oct 2005 03:21:35 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.204] ([192.168.254.204]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id j9R3LYSX002385; Wed, 26 Oct 2005 21:21:34 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <436047BF.7000409@samsco.org> Date: Wed, 26 Oct 2005 21:21:35 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Xu References: <200510270309.j9R39KkY031401@repoman.freebsd.org> In-Reply-To: <200510270309.j9R39KkY031401@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 03:21:41 -0000 David Xu wrote: > davidxu 2005-10-27 03:09:20 UTC > > FreeBSD src repository > > Modified files: > lib Makefile > Log: > Disconnect libc_r from buildworld, it is still kept in the tree to > provide some baseline references, but users are encouraged to use > libpthread or libthr in real world. > > Discussed on: arch@ > > Revision Changes Path > 1.208 +1 -1 src/lib/Makefile All this means is that it'll rot and quickly become useless. RIP libc_r. Scott