projects
/
lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
690878d
)
Remove libpthread from root_dir
author
Nicolas Thill
<nico@openwrt.org>
Sat, 9 Apr 2005 13:56:05 +0000
(13:56 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 9 Apr 2005 13:56:05 +0000
(13:56 +0000)
SVN-Revision: 602
openwrt/toolchain/uClibc/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/toolchain/uClibc/Makefile
b/openwrt/toolchain/uClibc/Makefile
index 4fa048c5c4746a64ba0c1e4ac3c7674841ae9cdd..301c78d41932f460639a2dcbacff2ca22b21f79e 100644
(file)
--- a/
openwrt/toolchain/uClibc/Makefile
+++ b/
openwrt/toolchain/uClibc/Makefile
@@
-6,5
+6,6
@@
source: uclibc-source
prepare: uclibc-configured
compile: $(UCLIBC_DIR)/lib/libc.a
install: uclibc
+ rm -rf $(TARGET_DIR)/lib/libpthread*.so*
$(STRIP) $(TARGET_DIR)/lib/*.so
clean: uclibc-toolclean