svn commit: trunk/buildroot/package/tcl

vapier at uclibc.org vapier at uclibc.org
Sun Nov 20 14:32:45 UTC 2005


Author: vapier
Date: 2005-11-20 06:32:44 -0800 (Sun, 20 Nov 2005)
New Revision: 12443

Log:
we really shouldnt punt all of /usr/include

Modified:
   trunk/buildroot/package/tcl/tcl.mk


Changeset:
Modified: trunk/buildroot/package/tcl/tcl.mk
===================================================================
--- trunk/buildroot/package/tcl/tcl.mk	2005-11-20 13:57:10 UTC (rev 12442)
+++ trunk/buildroot/package/tcl/tcl.mk	2005-11-20 14:32:44 UTC (rev 12443)
@@ -40,7 +40,6 @@
 	$(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




More information about the uClibc-cvs mailing list