From 9db4c4f49931d75b5349a41d4dea242f067bf4c7 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 3 Nov 2011 13:50:27 +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 5860643..7bb2643 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.30.2