SVN: toys/tools/cleanbuild/cleanbuild
    sparky 
    sparky at pld-linux.org
       
    Fri Jun  4 01:51:59 CEST 2010
    
    
  
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 at dependency_libs=.*@dependency_libs=' '@" || :
+		xargs -0 -r sed -i -e "s at dependency_libs=.*@dependency_libs=' '@"
 	buildlog="buildlogs/$build_pkg"
 	if [ -r $buildlog ]; then
 		i=1
    
    
More information about the pld-cvs-commit
mailing list