mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 06:16:14 +02:00
clean info and include dir for gmp package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@451 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
aec6853281
commit
52ab858596
@ -51,6 +51,8 @@ $(PKG_IPK): $(PKG_BUILD_DIR)/.libs/libgmp.so
|
|||||||
rm $(PKG_IPK_DIR)/usr/lib/*.la
|
rm $(PKG_IPK_DIR)/usr/lib/*.la
|
||||||
rm $(PKG_IPK_DIR)/usr/lib/*.a
|
rm $(PKG_IPK_DIR)/usr/lib/*.a
|
||||||
$(STRIP) $(PKG_IPK_DIR)/usr/lib/*.so
|
$(STRIP) $(PKG_IPK_DIR)/usr/lib/*.so
|
||||||
|
rm -rf $(PKG_IPK_DIR)/usr/info
|
||||||
|
rm -rf $(PKG_IPK_DIR)/usr/include
|
||||||
mkdir -p $(PACKAGE_DIR)
|
mkdir -p $(PACKAGE_DIR)
|
||||||
$(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR)
|
$(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user