X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=clean_configure;h=f339f96146183f3b8bcd26b68b46b6bd5289c6c5;hb=2ee0a93e8763dd6aef0545ca35d5f2a6f9e52e82;hp=eb6852bdbceee852acc81a58b60d77976b1f37cf;hpb=4a890ef78d8733d7a2b57ecc2012f7b0d8a63ea4;p=samples%2Fgenericsolver.git diff --git a/clean_configure b/clean_configure index eb6852b..f339f96 100755 --- a/clean_configure +++ b/clean_configure @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2009-2010 EDF R&D +# Copyright (C) 2009-2012 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -17,16 +17,9 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # -rm -rf autom4te.cache aclocal.m4 configure make_config + +rm -rf autom4te.cache aclocal.m4 configure +rm -f salome_adm/unix/config_files/* salome_adm/unix/SALOMEconfig.h.in find . -name "*~" -print -exec rm {} \; 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" -print -exec rm {} \;