From owner-cvs-all@FreeBSD.ORG Thu Oct 27 06:25:19 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 281B016A41F; Thu, 27 Oct 2005 06:25:19 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A6DD43D55; Thu, 27 Oct 2005 06:25:07 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j9R6P5Dt093467; Thu, 27 Oct 2005 09:25:06 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 75059-03-3; Thu, 27 Oct 2005 09:25:04 +0300 (EEST) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j9R6LI5f093361 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 27 Oct 2005 09:21:18 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id j9R6LJA2007091; Thu, 27 Oct 2005 09:21:19 +0300 (EEST) (envelope-from ru) Date: Thu, 27 Oct 2005 09:21:19 +0300 From: Ruslan Ermilov To: David Xu Message-ID: <20051027062119.GC68470@ip.net.ua> References: <200510270309.j9R39KkY031401@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CUfgB8w4ZwR/yMy5" Content-Disposition: inline In-Reply-To: <200510270309.j9R39KkY031401@repoman.freebsd.org> User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at ip.net.ua 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 06:25:19 -0000 --CUfgB8w4ZwR/yMy5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 27, 2005 at 03:09:20AM +0000, David Xu wrote: > davidxu 2005-10-27 03:09:20 UTC >=20 > FreeBSD src repository >=20 > Modified files: > lib Makefile=20 > 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. > =20 > Discussed on: arch@ > =20 > Revision Changes Path > 1.208 +1 -1 src/lib/Makefile >=20 This should break alpha and sparc64 ports: on these architectures, libpthread was symlinked to libc_r. The magic is in makefiles: # libpthread/Makefile =2Eif ${MACHINE_ARCH} =3D=3D "alpha" || ${MACHINE_ARCH} =3D=3D "sparc64" LIB=3Dkse =2Eelse LIB=3Dpthread =2Eendif # libc_r/Makefile =2Eif ${MACHINE_ARCH} =3D=3D "alpha" || ${MACHINE_ARCH} =3D=3D "sparc64" SYMLINKS+=3Dlib${LIB}.a ${LIBDIR}/libpthread.a =2Eif !defined(NO_PIC) SYMLINKS+=3Dlib${LIB}.so ${SHLIBDIR}/libpthread.so =2Eendif =2Eif !defined(NO_PROFILE) SYMLINKS+=3Dlib${LIB}_p.a ${LIBDIR}/libpthread_p.a =2Eendif =2Eendif Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --CUfgB8w4ZwR/yMy5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDYHHfqRfpzJluFF4RAq26AJ9eH51qGxCE7nFegMhzQ8SAKGeTyQCeKzHQ i/JXsz+3AIMdp7c3MdHegFY= =TSlb -----END PGP SIGNATURE----- --CUfgB8w4ZwR/yMy5--