]> SALOME platform Git repositories - plugins/ghs3dprlplugin.git/commitdiff
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 10:53:24 +0000 (10:53 +0000)
committervsr <vsr@opencascade.com>
Thu, 3 Nov 2011 10:53:24 +0000 (10:53 +0000)
clean_configure

index f58689caef9ae57508e4c197d50d50e6f6d99344..3b0f72837017d54831201f47d579c1dc86e75bef 100755 (executable)
@@ -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 )