projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1ddd374
)
clean info and include dir for gmp package
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 24 Mar 2005 23:49:46 +0000
(23:49 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 24 Mar 2005 23:49:46 +0000
(23:49 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@451
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/gmp/Makefile
patch
|
blob
|
history
diff --git
a/package/gmp/Makefile
b/package/gmp/Makefile
index
eb835c2
..
d611438
100644
(file)
--- a/
package/gmp/Makefile
+++ b/
package/gmp/Makefile
@@
-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/*.a
$(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)
$(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR)
This page took
0.020373 seconds
and
4
git commands to generate.