SVN: toys/tools/cleanbuild/cleanbuild

sparky sparky at pld-linux.org
Thu Jun 3 13:32:37 CEST 2010


Author: sparky
Date: Thu Jun  3 13:32:36 2010
New Revision: 11496

Modified:
   toys/tools/cleanbuild/cleanbuild
Log:
- remove dependency_libs= from all .la files before building
  (they create useless dependency chains)


Modified: toys/tools/cleanbuild/cleanbuild
==============================================================================
--- toys/tools/cleanbuild/cleanbuild	(original)
+++ toys/tools/cleanbuild/cleanbuild	Thu Jun  3 13:32:36 2010
@@ -444,6 +444,7 @@
 while true; do
 	info "Building $build_pkg in $CHNAME"
 	rebuilddb
+	sed -i -e "s at dependency_libs=.*@dependency_libs=' '@" $CHDIR/usr/lib{,64}/*.la || :
 	buildlog="buildlogs/$build_pkg"
 	if [ -r $buildlog ]; then
 		i=1


More information about the pld-cvs-commit mailing list