projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeb268c
)
we really shouldnt punt all of /usr/include
author
Mike Frysinger
<vapier@gentoo.org>
Sun, 20 Nov 2005 14:32:44 +0000
(14:32 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Sun, 20 Nov 2005 14:32:44 +0000
(14:32 -0000)
package/tcl/tcl.mk
patch
|
blob
|
history
diff --git
a/package/tcl/tcl.mk
b/package/tcl/tcl.mk
index 72fb834d31f882dc360f21927656f298250b779c..67b3f57fbd91e673685bf66b4e79cceec24a3f25 100644
(file)
--- a/
package/tcl/tcl.mk
+++ b/
package/tcl/tcl.mk
@@
-40,7
+40,6
@@
$(TARGET_DIR)/usr/lib/libtcl8.4.so: $(TCL_DIR)/unix/libtcl8.4.so
$(MAKE) INSTALL_ROOT=$(TARGET_DIR) -C $(TCL_DIR)/unix install
-$(STRIP) --strip-unneeded $(TARGET_DIR)/usr/lib/libtcl8.4.so
rm -Rf $(TARGET_DIR)/usr/man
- rm -Rf $(TARGET_DIR)/usr/include
-if [ "$(strip $(BR2_PACKAGE_TCL_DEL_ENCODINGS))" == "y" ]; then \
rm -Rf $(TARGET_DIR)/usr/lib/tcl8.4/encoding/*; \
fi