From: vsr Date: Thu, 3 Nov 2011 10:53:24 +0000 (+0000) Subject: Improve clean_configure script X-Git-Tag: RELIQUAT_6x_15112011 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FV6_4_BR;p=plugins%2Fghs3dprlplugin.git Improve clean_configure script --- diff --git a/clean_configure b/clean_configure index f58689c..3b0f728 100755 --- a/clean_configure +++ b/clean_configure @@ -29,10 +29,5 @@ find . -name "*.pyc" -print -exec rm {} \; # ... -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 src -name Makefile.in | xargs rm -f -rm -f Makefile.in +find . -name Makefile.in | xargs rm -f +( cd adm_local/unix/config_files && rm -f config.* depcomp install-sh ltmain.sh missing py-compile )