From owner-freebsd-current Sun Mar 23 5:34:34 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 B0AB337B404 for ; Sun, 23 Mar 2003 05:34:33 -0800 (PST) Received: from tomts16-srv.bellnexxia.net (tomts16.bellnexxia.net [209.226.175.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9325243F85 for ; Sun, 23 Mar 2003 05:34:32 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from gabby.gsicomp.on.ca ([65.95.176.5]) by tomts16-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20030323133431.KMPY14169.tomts16-srv.bellnexxia.net@gabby.gsicomp.on.ca>; Sun, 23 Mar 2003 08:34:31 -0500 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by gabby.gsicomp.on.ca (8.12.6/8.12.6) with SMTP id h2NDVSiG097906; Sun, 23 Mar 2003 08:31:28 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <001601c2f140$c7aa8f80$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "David Leimbach" , References: <801E9942-5D33-11D7-AFCD-0003937E39E0@mac.com> Subject: Re: "Just" building the lib part of world Date: Sun, 23 Mar 2003 08:33:23 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 ----- Original Message ----- From: "David Leimbach" To: Sent: Sunday, March 23, 2003 8:29 AM Subject: "Just" building the lib part of world > 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? If you're just experimenting wiht getpwnam_r, you can just rebuild libc_r: cd /usr/src/lib/libc_r make make install -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message