projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d2ee98
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@602
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/toolchain/uClibc/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/toolchain/uClibc/Makefile
b/openwrt/toolchain/uClibc/Makefile
index
4fa048c
..
301c78d
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