OSDN Git Service

nptl: avoid spurious rebuilds of libpthread*.a
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 12 Jun 2010 13:40:56 +0000 (15:40 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 12 Jun 2010 13:40:56 +0000 (15:40 +0200)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libpthread/nptl/Makefile.in

index 7de5b77..853ac50 100644 (file)
@@ -295,13 +295,11 @@ $(PTHREAD_OUT)/libpthread_so.a: STRIP_FLAGS:=$(STRIP_FLAGS:-x=-X --strip-debug)
 endif
 $(PTHREAD_OUT)/libpthread_so.a: $(libpthread-so-y)
        $(Q)$(RM) $@
-       $(do_strip)
        $(do_ar)
 
 $(top_builddir)lib/libpthread.a: $(libpthread-a-y)
        $(Q)$(INSTALL) -d $(dir $@)
        $(Q)$(RM) $@
-       $(do_strip)
        $(do_ar)
 
 #