]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Improve clean_configure script
authorvsr <vsr@opencascade.com>
Thu, 3 Nov 2011 06:27:58 +0000 (06:27 +0000)
committervsr <vsr@opencascade.com>
Thu, 3 Nov 2011 06:27:58 +0000 (06:27 +0000)
clean_configure

index 5860643846bc7bd8d365de9485f68c5013bc9576..7bb2643df79fc0a00bd1170c3f2d30a96945d657 100755 (executable)
@@ -24,10 +24,5 @@ find . -name "*.pyc" -print -exec rm {} \;
 #exit
 # ==================== ON SORT AVANT
 
-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 )