From 9f38bcc1a0ee667045e39ba038edccc0d7b859c1 Mon Sep 17 00:00:00 2001 From: prascle Date: Wed, 15 Feb 2006 19:08:35 +0000 Subject: [PATCH] PR: keep only CVS files --- clean_configure | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 -- 2.39.2