Salome HOME
Improve clean_configure script V6_4_0_BR V6_4_0_WIN_BR V6_4_BR RELIQUAT_6x_15112011 V6_4_0 V6_4_0b1 V6_4_0rc1 V6_4_0rc2 V6_4_0rc3
authorvsr <vsr@opencascade.com>
Thu, 3 Nov 2011 13:50:27 +0000 (13:50 +0000)
committervsr <vsr@opencascade.com>
Thu, 3 Nov 2011 13:50:27 +0000 (13:50 +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 )