From owner-freebsd-current Sun Mar 23 5:29:40 2003 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 C497937B401 for ; Sun, 23 Mar 2003 05:29:39 -0800 (PST) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15ABC43F3F for ; Sun, 23 Mar 2003 05:29:39 -0800 (PST) (envelope-from leimy2k@mac.com) Received: from asmtp02.mac.com (asmtp02-qfe3 [10.13.10.66]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h2NDTcdg000204 for ; Sun, 23 Mar 2003 05:29:38 -0800 (PST) Received: from mac.com ([66.156.160.163]) by asmtp02.mac.com (Netscape Messaging Server 4.15) with ESMTP id HC7ETD00.9I6 for ; Sun, 23 Mar 2003 05:29:37 -0800 Date: Sun, 23 Mar 2003 07:29:40 -0600 Mime-Version: 1.0 (Apple Message framework v551) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: "Just" building the lib part of world From: David Leimbach To: freebsd-current@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <801E9942-5D33-11D7-AFCD-0003937E39E0@mac.com> X-Mailer: Apple Mail (2.551) 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 Or even better would be just building libc. I have been working on my getpwnam_r assignment... examining implementations in both Darwin and NetBSD and started trying to implement some of this code for FreeBSD... Its not anywhere even near the goal in sight as I am still learning the build system. Do I always have to build world or can I get away with just making some subdirectories? If so what is the best way to do this? Rebuilding gcc each time I just want to test out my code is a real drag :) Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message