mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 01:58:36 +05:00
improve clean_configure
This commit is contained in:
parent
38d9d031ab
commit
b05c660444
@ -24,10 +24,18 @@ find . -name "*.pyc" -print -exec rm {} \;
|
|||||||
#exit
|
#exit
|
||||||
# ==================== ON SORT AVANT
|
# ==================== ON SORT AVANT
|
||||||
|
|
||||||
|
here=`pwd`
|
||||||
|
libdir=adm_local/unix/config_files
|
||||||
|
cd $libdir
|
||||||
|
# Files created by libtoolize
|
||||||
|
rm -f config.guess config.sub ltmain.sh
|
||||||
|
# Files created by automake
|
||||||
|
rm -rf install-sh missing depcomp py-compile
|
||||||
|
cd $here
|
||||||
find bin -name Makefile.in | xargs rm -f
|
find bin -name Makefile.in | xargs rm -f
|
||||||
find doc -name Makefile.in | xargs rm -f
|
find doc -name Makefile.in | xargs rm -f
|
||||||
find idl -name Makefile.in | xargs rm -f
|
find idl -name Makefile.in | xargs rm -f
|
||||||
find resources -name Makefile.in | xargs rm -f
|
find resources -name Makefile.in | xargs rm -f
|
||||||
find salome_adm -name Makefile.in | xargs rm -f
|
find adm_local -name Makefile.in | xargs rm -f
|
||||||
find src -name Makefile.in | xargs rm -f
|
find src -name Makefile.in | xargs rm -f
|
||||||
rm -f Makefile.in
|
rm -f Makefile.in
|
||||||
|
Loading…
Reference in New Issue
Block a user