svn commit: branches/uClibc-nptl/libc/signal

Peter S. Mazinger ps.m at gmx.net
Tue Aug 22 10:52:22 UTC 2006


On Mon, 21 Aug 2006 sjhill at uclibc.org wrote:

> Author: sjhill
> Date: 2006-08-21 19:18:09 -0700 (Mon, 21 Aug 2006)
> New Revision: 15897
> 
> Log:
> Merge from trunk.
> 
> 
> Modified:
>    branches/uClibc-nptl/libc/signal/Makefile.in
>    branches/uClibc-nptl/libc/signal/raise.c
> 
> 
> Changeset:
> Modified: branches/uClibc-nptl/libc/signal/Makefile.in
> ===================================================================
> --- branches/uClibc-nptl/libc/signal/Makefile.in	2006-08-22 01:56:31 UTC (rev 15896)
> +++ branches/uClibc-nptl/libc/signal/Makefile.in	2006-08-22 02:18:09 UTC (rev 15897)
> @@ -26,6 +26,8 @@
>  SIGNAL_OBJ := $(patsubst %.c,$(SIGNAL_OUT)/%.o,$(CSRC))
>  
>  libc-y += $(SIGNAL_OBJ)
> +libc-a-y += $(SIGNAL_OBJ)
> +libc-so-y += $(SIGNAL_OBJ:.o=.os)

I have already mentioned this, this use is not in sync with uClibc trunk, 
libc-y is sufficient, maybe you need libc/Makefile.in updated.

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