]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
PR: keep only CVS files
authorprascle <prascle>
Wed, 15 Feb 2006 19:08:35 +0000 (19:08 +0000)
committerprascle <prascle>
Wed, 15 Feb 2006 19:08:35 +0000 (19:08 +0000)
clean_configure

index 6cd590a11acbe1a9e0158ebc78a424eb826d60dc..ac4831a987fc4f851bd8e50ecd440754f42f9dd8 100755 (executable)
@@ -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