X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=clean_configure;h=d1179266f5fc59220badc18c778700c903d55889;hb=b14962807cf7b4f74b02ee09e2584bd92c75fdef;hp=493b6fd5623198a24c37e871223b3f517674928f;hpb=ae1506ae0ab6902c96b98e9284b3cd5fb33e2c00;p=plugins%2Fblsurfplugin.git diff --git a/clean_configure b/clean_configure index 493b6fd..d117926 100755 --- a/clean_configure +++ b/clean_configure @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2007-2011 CEA/DEN, EDF R&D +# Copyright (C) 2007-2012 CEA/DEN, 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 @@ -26,24 +26,6 @@ rm -rf autom4te.cache aclocal.m4 configure make_config find . -name "*~" -print -exec rm {} \; find . -name "*.pyc" -print -exec rm {} \; +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 ) -# ... - -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 adm_local/unix/config_files/config* -rm -f adm_local/unix/config_files/depcomp -rm -f adm_local/unix/config_files/install-sh -rm -f adm_local/unix/config_files/libtool.m4 -rm -f adm_local/unix/config_files/ltmain.sh -rm -f adm_local/unix/config_files/ltoptions.m4 -rm -f adm_local/unix/config_files/ltsugar.m4 -rm -f adm_local/unix/config_files/ltversion.m4 -rm -f adm_local/unix/config_files/lt~obsolete.m4 -rm -f adm_local/unix/config_files/missing -rm -f Makefile.in -rm -Rf salome_adm