From 4ab38cbe8a671ec15223fe0ce809fb21af845a33 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 3 Nov 2011 10:53:24 +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 f58689c..3b0f728 100755 --- a/clean_configure +++ b/clean_configure @@ -29,10 +29,5 @@ find . -name "*.pyc" -print -exec rm {} \; # ... -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