From aedbe98817feca21b690c4189cc7b1e048e48f37 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 3 Nov 2011 06:27:58 +0000 Subject: [PATCH] Improve clean_configure script --- clean_configure | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/clean_configure b/clean_configure index 58606438..7bb2643d 100755 --- a/clean_configure +++ b/clean_configure @@ -24,10 +24,5 @@ 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 | xargs rm -f +( cd adm_local/unix/config_files && rm -f config.* depcomp install-sh ltmain.sh missing py-compile ) -- 2.39.2