From: jfa Date: Tue, 12 Apr 2011 12:44:43 +0000 (+0000) Subject: improve clean_configure X-Git-Tag: V6_3_0a1~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b05c660444bfd985a14578b79d33508ab1943512;p=modules%2Fgeom.git improve clean_configure --- diff --git a/clean_configure b/clean_configure index 366520874..4e20ba6ad 100755 --- a/clean_configure +++ b/clean_configure @@ -24,10 +24,18 @@ find . -name "*.pyc" -print -exec rm {} \; #exit # ==================== ON SORT AVANT +here=`pwd` +libdir=adm_local/unix/config_files +cd $libdir +# Files created by libtoolize +rm -f config.guess config.sub ltmain.sh +# Files created by automake +rm -rf install-sh missing depcomp py-compile +cd $here find bin -name Makefile.in | xargs rm -f find doc -name Makefile.in | xargs rm -f find idl -name Makefile.in | xargs rm -f find resources -name Makefile.in | xargs rm -f -find salome_adm -name Makefile.in | xargs rm -f +find adm_local -name Makefile.in | xargs rm -f find src -name Makefile.in | xargs rm -f rm -f Makefile.in