From: prascle Date: Wed, 15 Feb 2006 19:08:35 +0000 (+0000) Subject: PR: keep only CVS files X-Git-Tag: BR_auto_V310__v_0_3~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9f38bcc1a0ee667045e39ba038edccc0d7b859c1;p=modules%2Fkernel.git PR: keep only CVS files --- diff --git a/clean_configure b/clean_configure index 6cd590a11..ac4831a98 100755 --- a/clean_configure +++ b/clean_configure @@ -1,7 +1,8 @@ #!/bin/sh rm -rf autom4te.cache aclocal.m4 configure make_config -rm -f *~ +find . -name "*~" -print -exec rm {} \; +find . -name "*.pyc" -print -exec rm {} \; #exit # ==================== ON SORT AVANT @@ -13,4 +14,9 @@ rm -f config.guess config.sub ltmain.sh # Files created by automake rm -rf install-sh missing compile depcomp py-compile cd $here -find src -name Makefile.in | xargs rm +find src -name Makefile.in | xargs rm -f +find idl -name Makefile.in | xargs rm -f +find bin -name Makefile.in | xargs rm -f +find resources -name Makefile.in | xargs rm -f +find salome_adm -name Makefile.in | xargs rm -f +rm -f Makefile.in \ No newline at end of file