]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Impove clean_configure script
authorvsr <vsr@opencascade.com>
Sun, 6 Nov 2011 09:02:15 +0000 (09:02 +0000)
committervsr <vsr@opencascade.com>
Sun, 6 Nov 2011 09:02:15 +0000 (09:02 +0000)
clean_configure

index 5aef98f250409004449681af620bebee733a42a2..550456d9046260ca54885050af48e533a20df38f 100755 (executable)
@@ -27,12 +27,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 adm_local -name Makefile.in | xargs rm -f
-find src -name Makefile.in | xargs rm -f
-rm -f Makefile.in
-cd adm_local/unix/config_files
-rm -f config.* depcomp install-sh l*.m4 ltmain.sh missing py-compile
+find . -name Makefile.in | xargs rm -f
+( cd adm_local/unix/config_files && rm -f config.* depcomp install-sh l*.m4 ltmain.sh missing py-compile )