diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-06-04 14:57:16 +0000 | 
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-06-04 14:57:16 +0000 | 
| commit | bf765e60dd2786516485c48ed81b120ef4de680f (patch) | |
| tree | d4ca951baa0a10dae8f685f49fb4d67be833da77 /libpthread/linuxthreads.old_db | |
| parent | 436bc06bbf34e5c1b707cde726649f14fee310d4 (diff) | |
| download | uClibc-alpine-bf765e60dd2786516485c48ed81b120ef4de680f.tar.bz2 uClibc-alpine-bf765e60dd2786516485c48ed81b120ef4de680f.tar.xz  | |
- strip the targets and not prerequisites
- tidy up PTHREADS_DEBUG_SUPPORT by using per-target STRIP_FLAGS for the few
  This fixes the spurious rebuilds bernd and vda were seeing with libpthreads.
Diffstat (limited to 'libpthread/linuxthreads.old_db')
| -rw-r--r-- | libpthread/linuxthreads.old_db/Makefile.in | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/libpthread/linuxthreads.old_db/Makefile.in b/libpthread/linuxthreads.old_db/Makefile.in index b259b631b..996ef2fb2 100644 --- a/libpthread/linuxthreads.old_db/Makefile.in +++ b/libpthread/linuxthreads.old_db/Makefile.in @@ -51,8 +51,8 @@ endif  $(libthread_db_OUT)/libthread_db_so.a: $(libthread_db-so-y)  	$(Q)$(RM) $@ -	$(do_strip)  	$(do_ar) +	$(do_t_strip)  $(libthread_db_OUT)/libthread_db.oS: $(libthread_db_SRC)  	$(Q)$(RM) $@ @@ -62,8 +62,8 @@ $(libthread_db_OUT)/libthread_db.oS: $(libthread_db_SRC)  $(top_builddir)lib/libthread_db.a: $(libthread_db-a-y)  	$(Q)$(INSTALL) -d $(dir $@)  	$(Q)$(RM) $@ -	$(do_strip)  	$(do_ar) +	$(do_t_strip)  linuxthreads_db_headers:  	$(Q)$(LN) -sf ../$(PTDIR)_db/thread_db.h $(top_builddir)include/  | 
