From f289f0e4574eecf031c30dd60240a80a168ab222 Mon Sep 17 00:00:00 2001 From: vsr Date: Sun, 6 Nov 2011 09:02:15 +0000 Subject: [PATCH] Impove clean_configure script --- clean_configure | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/clean_configure b/clean_configure index 5aef98f25..550456d90 100755 --- a/clean_configure +++ b/clean_configure @@ -27,12 +27,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 adm_local -name Makefile.in | xargs rm -f -find src -name Makefile.in | xargs rm -f -rm -f Makefile.in -cd adm_local/unix/config_files -rm -f config.* depcomp install-sh l*.m4 ltmain.sh missing py-compile +find . -name Makefile.in | xargs rm -f +( cd adm_local/unix/config_files && rm -f config.* depcomp install-sh l*.m4 ltmain.sh missing py-compile ) -- 2.39.2