svn commit: branches/uClibc-nptl/libpthread/nptl

sjhill at uclibc.org sjhill at uclibc.org
Sat Oct 8 01:43:33 UTC 2005


Author: sjhill
Date: 2005-10-07 18:43:31 -0700 (Fri, 07 Oct 2005)
New Revision: 11806

Log:
Correct stored name of shared object.


Modified:
   branches/uClibc-nptl/libpthread/nptl/Makefile


Changeset:
Modified: branches/uClibc-nptl/libpthread/nptl/Makefile
===================================================================
--- branches/uClibc-nptl/libpthread/nptl/Makefile	2005-10-08 01:31:57 UTC (rev 11805)
+++ branches/uClibc-nptl/libpthread/nptl/Makefile	2005-10-08 01:43:31 UTC (rev 11806)
@@ -275,7 +275,7 @@
 	$(AR) $(ARFLAGS) $(AR_SO_LIB_NAME) $(SO_LIBP_COBJS)
 
 $(SO_LIB_NAME): $(AR_SO_LIB_NAME) subdirs
-	$(LD) $(LDFLAGS_NOSTRIP) -soname=$(LIB_NAME).$(MAJOR_VERSION) \
+	$(LD) $(LDFLAGS_NOSTRIP) -soname=$(LIB_NAME).so.$(MAJOR_VERSION) \
 		-o $(TOPDIR)lib/$(SO_FULL_NAME) $(SHARED_START_FILES) --whole-archive $(AR_SO_LIB_NAME) \
 		--no-whole-archive $(TOPDIR)libc/misc/internals/interp.o \
 		-L$(TOPDIR)lib -lc $(LDADD_LIBFLOAT) $(LIBGCC) \
@@ -284,7 +284,6 @@
 		$(SHARED_END_FILES)
 	$(LN) -sf $(SO_FULL_NAME) $(SO_LIB_NAME).$(MAJOR_VERSION)
 	$(LN) -sf $(SO_FULL_NAME) $(SO_LIB_NAME)
-	$(RM) $(AR_SO_LIB_NAME)
 
 obj.pthread.ar: $(AR_LIBC_COBJS)
 	$(RM) $(TOPDIR)libc/$@




More information about the uClibc-cvs mailing list