Openwrt/openwrt/toolchain/uClibc/Makefile
Nicolas Thill 9d0e3fc57e Remove libpthread from root_dir
SVN-Revision: 602
2005-04-09 13:56:05 +00:00

12 lines
247 B
Makefile

include $(TOPDIR)/rules.mk
include ./uclibc.mk
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