Fixed some of the cleanup commands
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -23,13 +23,15 @@ rm -f `find _distrib_tgz/wxPython-$1 -name "*.pyc"`
|
|||||||
rm -f `find _distrib_tgz/wxPython-$1 -name .cvsignore`
|
rm -f `find _distrib_tgz/wxPython-$1 -name .cvsignore`
|
||||||
rm -f `find _distrib_tgz/wxPython-$1 -name core`
|
rm -f `find _distrib_tgz/wxPython-$1 -name core`
|
||||||
rm -f `find _distrib_tgz/wxPython-$1 -name wxPython`
|
rm -f `find _distrib_tgz/wxPython-$1 -name wxPython`
|
||||||
rm -f `find _distrib_tgz/wxPython-$1 -name *.o`
|
rm -f `find _distrib_tgz/wxPython-$1 -name "*.o"`
|
||||||
rm -f `find _distrib_tgz/wxPython-$1 -name *.so`
|
rm -f `find _distrib_tgz/wxPython-$1 -name "*.so"`
|
||||||
|
rm -f `find _distrib_tgz/wxPython-$1 -name "*~"`
|
||||||
|
rm -f `find _distrib_tgz/wxPython-$1 -name ".#*"`
|
||||||
|
|
||||||
cd _distrib_tgz
|
cd _distrib_tgz
|
||||||
|
|
||||||
tar cvf ../dist/wxPythonDemo-$1.tar wxPython-$1
|
tar cvf ../dist/wxPythonDemo-$1.tar wxPython-$1
|
||||||
gzip ../dist/wxPythonDemo-$1.tar
|
gzip -9 ../dist/wxPythonDemo-$1.tar
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
rm -r _distrib_tgz
|
rm -r _distrib_tgz
|
||||||
|
Reference in New Issue
Block a user