Revision: 5999
http://ipcop.svn.sourceforge.net/ipcop/?rev=5999&view=rev
Author: gespinasse
Date: 2011-10-26 21:24:25 +0000 (Wed, 26 Oct 2011)
Log Message:
-----------
Even sqlite test is not run actually, keep libtclstub8.5.a needed by the test
Modified Paths:
--------------
ipcop/trunk/lfs/strip
Modified: ipcop/trunk/lfs/strip
===================================================================
--- ipcop/trunk/lfs/strip 2011-10-26 20:18:04 UTC (rev 5998)
+++ ipcop/trunk/lfs/strip 2011-10-26 21:24:25 UTC (rev 5999)
@@ -70,8 +70,9 @@
# gento remove that on install with comment 'only useful while building
gcc'
rm -rf /${TOOLS_DIR}/lib/gcc/${TARGET_2}/*/install-tools
- # Remove static libs from lib, but not nonshared and libgcc.a used by
make headers_check
- -find /${TOOLS_DIR}/lib -maxdepth 1 -not -name *_nonshared.a -name *.a
-delete
+ # Remove static libs from lib
+ # Keep nonshared and libgcc.a used by make headers_check,
libtclstub8.5.a required for sqlite testing
+ -find /${TOOLS_DIR}/lib -maxdepth 1 -not -name *_nonshared.a -not -name
libtclstub*.a -name *.a -delete
-find /${TOOLS_DIR}/lib/perl5 -name *.a -delete
-find /${TOOLS_DIR}/lib -name *.la -delete # unneeded
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn
about Cisco certifications, training, and career opportunities.
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn