From owner-freebsd-current Fri Nov 22 5:37:44 2002 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 DCD0537B401 for ; Fri, 22 Nov 2002 05:37:43 -0800 (PST) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9391143E91 for ; Fri, 22 Nov 2002 05:37:43 -0800 (PST) (envelope-from wa1ter@hotmail.com) Received: from hotmail.com wa1ter@smtp-send.myrealbox.com [64.175.106.167] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.16 $ on Novell NetWare via secured & encrypted transport (TLS); Fri, 22 Nov 2002 06:37:43 -0700 Message-ID: <3DDE332A.4090104@hotmail.com> Date: Fri, 22 Nov 2002 05:37:46 -0800 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: libpthread question Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I noticed David Xu's changes to libpthread this morning, so I did a "make libraries" and noticed with surprise that libpthread.so.5 was still dated Sep 16. I then did 'cd /usr/src/lib' and a 'make' and noticed that libpthread did not show up during the make. At that point I looked at /usr/src/lib/Makefile and noticed that libpthread is not mentioned there at all. Then I 'cd /usr/src/lib/libpthread' and 'make' and everything recompiled in my /usr/src tree, not my /usr/obj tree. So, am I screwed up somehow, or is this expected behavior? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message