SVN: toys/tools/cleanbuild/cleanbuild
    sparky 
    sparky at pld-linux.org
       
    Thu Jun  3 23:51:11 CEST 2010
    
    
  
Author: sparky
Date: Thu Jun  3 23:51:11 2010
New Revision: 11502
Modified:
   toys/tools/cleanbuild/cleanbuild
Log:
- simply remove all "*.la" files
Modified: toys/tools/cleanbuild/cleanbuild
==============================================================================
--- toys/tools/cleanbuild/cleanbuild	(original)
+++ toys/tools/cleanbuild/cleanbuild	Thu Jun  3 23:51:11 2010
@@ -445,7 +445,8 @@
 	info "Building $build_pkg in $CHNAME"
 	rebuilddb
 	find $CHDIR/usr/lib{,64} -name "*.la" -print0 | \
-		xargs -0 -r sed -i -e "s at dependency_libs=.*@dependency_libs=' '@" || :
+		xargs -0 -r rm
+	#	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