Thanks for all the helpful responses... :)  
On Sunday, March 23, 2003, at 01:38PM, M. Warner Losh <[EMAIL PROTECTED]> wrote:
>In message: <[EMAIL PROTECTED]>
>            David Leimbach <[EMAIL PROTECTED]> writes:
>: 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 
>: :)
>
>First off, make -DNOCLEAN for incremental things isn't so bad.
>
>Second, after a buildworld/installworld, cd src/lib/libc && make
>depend && make will do the trick.  I've used this several times.
>
>Warner
>
>To Unsubscribe: send mail to [EMAIL PROTECTED]
>with "unsubscribe freebsd-current" in the body of the message
>
>

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to