Remove libpthread from root_dir
SVN-Revision: 602
This commit is contained in:
parent
690878dd45
commit
9d0e3fc57e
@ -6,5 +6,6 @@ source: uclibc-source
|
|||||||
prepare: uclibc-configured
|
prepare: uclibc-configured
|
||||||
compile: $(UCLIBC_DIR)/lib/libc.a
|
compile: $(UCLIBC_DIR)/lib/libc.a
|
||||||
install: uclibc
|
install: uclibc
|
||||||
|
rm -rf $(TARGET_DIR)/lib/libpthread*.so*
|
||||||
$(STRIP) $(TARGET_DIR)/lib/*.so
|
$(STRIP) $(TARGET_DIR)/lib/*.so
|
||||||
clean: uclibc-toolclean
|
clean: uclibc-toolclean
|
||||||
|
Loading…
Reference in New Issue
Block a user