[uClibc-cvs] uClibc/libpthread/linuxthreads Makefile,1.5,1.6

Erik Andersen andersen at codepoet.org
Thu Mar 13 19:54:39 UTC 2003


Update of /var/cvs/uClibc/libpthread/linuxthreads
In directory winder:/tmp/cvs-serv19507/libpthread/linuxthreads

Modified Files:
	Makefile 
Log Message:
Oops.  Don't call strip twice


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libpthread/linuxthreads/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile	11 Mar 2003 20:08:01 -0000	1.5
+++ Makefile	13 Mar 2003 19:54:36 -0000	1.6
@@ -55,7 +55,6 @@
 
 $(COBJS): %.o : %.c
 	$(CC) $(CFLAGS) -c $< -o $@
-	$(STRIPTOOL) -X --strip-debug -R .note -R .comment $*.o
 ifeq ($(strip $(PTHREADS_DEBUG_SUPPORT)),y)
 	$(STRIPTOOL) -X --strip-debug -R .note -R .comment $*.o
 else




More information about the uClibc-cvs mailing list