Improve clean_configure script
This commit is contained in:
parent
1ead0a723d
commit
fdc7146da3
@ -24,10 +24,5 @@ find . -name "*.pyc" -print -exec rm {} \;
|
|||||||
#exit
|
#exit
|
||||||
# ==================== ON SORT AVANT
|
# ==================== ON SORT AVANT
|
||||||
|
|
||||||
find bin -name Makefile.in | xargs rm -f
|
find . -name Makefile.in | xargs rm -f
|
||||||
find doc -name Makefile.in | xargs rm -f
|
( cd adm_local/unix/config_files && rm -f config.* depcomp install-sh ltmain.sh missing py-compile )
|
||||||
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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user