svn commit: trunk/uClibc: libc/inet libc/inet/rpc libc/misc/inter etc...

Peter S. Mazinger ps.m at gmx.net
Tue Oct 4 06:33:44 UTC 2005


On Mon, 3 Oct 2005 sjhill at uclibc.org wrote:

> Author: sjhill
> Date: 2005-10-03 17:29:14 -0700 (Mon, 03 Oct 2005)
> New Revision: 11741
> 
> Log:
> Clean up pthread include mess. Some of these will be needed to support NPTL, but they do no harm for the linuxthreads case. Yes, I tested this.
> 
> 
> Changeset:
> Modified: trunk/uClibc/Makefile
> ===================================================================
> --- trunk/uClibc/Makefile	2005-10-04 00:13:51 UTC (rev 11740)
> +++ trunk/uClibc/Makefile	2005-10-04 00:29:14 UTC (rev 11741)
> @@ -353,6 +353,7 @@
>  	$(RM) include/fpu_control.h
>  	$(MAKE) -C extra/locale clean
>  	$(MAKE) -C ldso clean
> +	$(MAKE) -C libc clean
>  	$(MAKE) -C libpthread clean
>  	$(MAKE) -C test clean
>  	$(MAKE) -C utils clean

unneeded, and makes it quite slow:
the find . -name *.o later catches all objects, 
libc/shared_libc.a is catched earlier by RM */*.a
libc/misc/internals/interp.c is explicitely removed

If you need something for NPTL, please try not recursing into libc.

All the recursive stuff in uClibc should be removed (Erik, you wanted 
this too?), the overwhole of the Makefiles was a first step into this 
direction.

Please undo,

Peter

-- 
Peter S. Mazinger <ps dot m at gmx dot net>           ID: 0xA5F059F2
Key fingerprint = 92A4 31E1 56BC 3D5A 2D08  BB6E C389 975E A5F0 59F2




More information about the uClibc mailing list