Author: sparky
Date: Fri Jun 4 01:51:59 2010
New Revision: 11504
Modified:
toys/tools/cleanbuild/cleanbuild
Log:
- reverted .la file preprocessing: turns out my first method is the best
working one
Modified: toys/tools/cleanbuild/cleanbuild
==============================================================================
--- toys/tools/cleanbuild/cleanbuild (original)
+++ toys/tools/cleanbuild/cleanbuild Fri Jun 4 01:51:59 2010
@@ -445,8 +445,7 @@
info "Building $build_pkg in $CHNAME"
rebuilddb
find $CHDIR/usr/lib{,64} -name "*.la" -print0 | \
- xargs -0 -r rm
- # xargs -0 -r sed -i -e
"s...@dependency_libs=.*@dependency_libs=' '@" || :
+ xargs -0 -r sed -i -e
"s...@dependency_libs=.*@dependency_libs=' '@"
buildlog="buildlogs/$build_pkg"
if [ -r $buildlog ]; then
i=1
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit