X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=clean_configure;h=f339f96146183f3b8bcd26b68b46b6bd5289c6c5;hb=2ee0a93e8763dd6aef0545ca35d5f2a6f9e52e82;hp=f72624eb1aa559ead4f755c91325178eb1836437;hpb=8f91a9af0a39ba1d779ae7d6852df2d271b49431;p=samples%2Fgenericsolver.git diff --git a/clean_configure b/clean_configure index f72624e..f339f96 100755 --- a/clean_configure +++ b/clean_configure @@ -1,8 +1,5 @@ #!/bin/sh -# Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS +# 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 @@ -20,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 {} \;