Removed excess distribution archives

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2002-08-17 17:29:57 +00:00
parent 09c9194a19
commit 94d8612744

View File

@ -63,27 +63,18 @@ echo Removing backup files...
rm *~ */*~ */*/*~ */*/*/*~ */*/*/*/*~ rm *~ */*~ */*/*~ */*/*/*~ */*/*/*/*~
rm -f $2/wx*-${WXVER}*.tar.gz rm -f $2/wx*-${WXVER}*.tar.gz
rm -f $2/tex2rtf2-*.tar.gz
rm -f $2/dialoged-*.tar.gz
rm -f $2/ogl3-*.tar.gz
rm -f $2/jpeg-*.tar.gz
rm -f $2/tiff-*.tar.gz
rm -f $2/stc-*.tar.gz
rm -f $2/canvas-*.tar.gz
rm -f $2/contrib-*.tar.gz
rm -f $2/applet-*.tar.gz
rm -f $2/wxxrc-*.tar.gz
echo Tarring... echo Tarring...
### Generic ### Generic
cat $1/distrib/msw/generic.rsp $1/distrib/msw/contrib.rsp $1/distrib/msw/xml.rsp $1/distrib/msw/makefile.rsp > /tmp/wxgen_in.txt #cat $1/distrib/msw/generic.rsp $1/distrib/msw/contrib.rsp $1/distrib/msw/xml.rsp $1/distrib/msw/makefile.rsp > /tmp/wxgen_in.txt
expandlines /tmp/wxgen_in.txt /tmp/wxgen.txt #expandlines /tmp/wxgen_in.txt /tmp/wxgen.txt
$TAR cf $2/wxWindows-${WXVER}-gen.tar -T /tmp/wxgen.txt #$TAR cf $2/wxWindows-${WXVER}-gen.tar -T /tmp/wxgen.txt
gzip $2/wxWindows-${WXVER}-gen.tar #gzip $2/wxWindows-${WXVER}-gen.tar
mv $2/wxWindows-${WXVER}-gen.tar.gz $2/wxWindows-${WXVER}-gen.tgz #mv $2/wxWindows-${WXVER}-gen.tar.gz $2/wxWindows-${WXVER}-gen.tgz
### wxGTK ### wxGTK
cd $1
cat $1/distrib/msw/generic.rsp $1/distrib/msw/contrib.rsp $1/distrib/msw/xml.rsp $1/distrib/msw/utils.rsp $1/distrib/msw/ogl.rsp $1/distrib/msw/tex2rtf.rsp $1/distrib/msw/dialoged.rsp $1/distrib/msw/gtk.rsp $1/distrib/msw/makefile.rsp $1/distrib/msw/tiff.rsp $1/distrib/msw/jpeg.rsp > /tmp/wxgtk_in.txt cat $1/distrib/msw/generic.rsp $1/distrib/msw/contrib.rsp $1/distrib/msw/xml.rsp $1/distrib/msw/utils.rsp $1/distrib/msw/ogl.rsp $1/distrib/msw/tex2rtf.rsp $1/distrib/msw/dialoged.rsp $1/distrib/msw/gtk.rsp $1/distrib/msw/makefile.rsp $1/distrib/msw/tiff.rsp $1/distrib/msw/jpeg.rsp > /tmp/wxgtk_in.txt
expandlines /tmp/wxgtk_in.txt /tmp/wxgtk.txt expandlines /tmp/wxgtk_in.txt /tmp/wxgtk.txt
$TAR cf $2/wxGTK-${WXVER}.tar -T /tmp/wxgtk.txt $TAR cf $2/wxGTK-${WXVER}.tar -T /tmp/wxgtk.txt
@ -151,6 +142,7 @@ cd $2
mkdir wxWindows-${WXVER} mkdir wxWindows-${WXVER}
cd wxWindows-${WXVER} cd wxWindows-${WXVER}
$TAR xf ../wxMac-${WXVER}.tar $TAR xf ../wxMac-${WXVER}.tar
rm -f -r contrib/src/mmedia contrib/samples/mmedia
cd .. cd ..
rm -f wxMac-${WXVER}.tar rm -f wxMac-${WXVER}.tar
$TAR cf $2/wxMac-${WXVER}.tar wxWindows-${WXVER}/* $TAR cf $2/wxMac-${WXVER}.tar wxWindows-${WXVER}/*
@ -158,21 +150,21 @@ rm -f -r wxWindows-${WXVER}
gzip $2/wxMac-${WXVER}.tar gzip $2/wxMac-${WXVER}.tar
### Doc sources ### Doc sources
cd $1 #cd $1
cat $1/distrib/msw/docsrc.rsp > /tmp/docsrc_in.txt #cat $1/distrib/msw/docsrc.rsp > /tmp/docsrc_in.txt
expandlines /tmp/docsrc_in.txt /tmp/docsrc.txt #expandlines /tmp/docsrc_in.txt /tmp/docsrc.txt
$TAR cf $2/wxWindows-${WXVER}-doc.tar -T /tmp/docsrc.txt #$TAR cf $2/wxWindows-${WXVER}-doc.tar -T /tmp/docsrc.txt
#
echo Re-tarring docs in a subdirectory... #echo Re-tarring docs in a subdirectory...
cd $2 #cd $2
mkdir wxWindows-${WXVER} #mkdir wxWindows-${WXVER}
cd wxWindows-${WXVER} #cd wxWindows-${WXVER}
$TAR xf ../wxWindows-${WXVER}-doc.tar #$TAR xf ../wxWindows-${WXVER}-doc.tar
cd .. #cd ..
rm -f wxWindows-${WXVER}-doc.tar #rm -f wxWindows-${WXVER}-doc.tar
$TAR cf $2/wxWindows-${WXVER}-doc.tar wxWindows-${WXVER}/* #$TAR cf $2/wxWindows-${WXVER}-doc.tar wxWindows-${WXVER}/*
rm -f -r wxWindows-${WXVER} #rm -f -r wxWindows-${WXVER}
gzip $2/wxWindows-${WXVER}-doc.tar #gzip $2/wxWindows-${WXVER}-doc.tar
### HTML docs ### HTML docs
cd $1 cd $1
@ -191,6 +183,23 @@ $TAR cf $2/wxWindows-${WXVER}-html.tar wxWindows-${WXVER}/*
rm -f -r wxWindows-${WXVER} rm -f -r wxWindows-${WXVER}
gzip $2/wxWindows-${WXVER}-html.tar gzip $2/wxWindows-${WXVER}-html.tar
### HTB docs
cd $1
cat $1/distrib/msw/wx_htb.rsp > /tmp/htb_in.txt
expandlines /tmp/htb_in.txt /tmp/htb.txt
$TAR cf $2/wxWindows-${WXVER}-htb.tar -T /tmp/htb.txt
echo Re-tarring HTB in a subdirectory...
cd $2
mkdir wxWindows-${WXVER}
cd wxWindows-${WXVER}
$TAR xf ../wxWindows-${WXVER}-htb.tar
cd ..
rm -f wxWindows-${WXVER}-htb.tar
$TAR cf $2/wxWindows-${WXVER}-htb.tar wxWindows-${WXVER}/*
rm -f -r wxWindows-${WXVER}
gzip $2/wxWindows-${WXVER}-htb.tar
### PDF docs ### PDF docs
cd $1 cd $1
cat $1/distrib/msw/wx_pdf.rsp > /tmp/pdf_in.txt cat $1/distrib/msw/wx_pdf.rsp > /tmp/pdf_in.txt
@ -209,72 +218,72 @@ rm -f -r wxWindows-${WXVER}
gzip $2/wxWindows-${WXVER}-pdf.tar gzip $2/wxWindows-${WXVER}-pdf.tar
### Tex2RTF ### Tex2RTF
cd $1 #cd $1
cat $1/distrib/msw/tex2rtf.rsp > /tmp/tex2rtf_in.txt #cat $1/distrib/msw/tex2rtf.rsp > /tmp/tex2rtf_in.txt
expandlines /tmp/tex2rtf_in.txt /tmp/tex2rtf.txt #expandlines /tmp/tex2rtf_in.txt /tmp/tex2rtf.txt
$TAR cf $2/wxWindows-${WXVER}-tex2rtf.tar -T /tmp/tex2rtf.txt #$TAR cf $2/wxWindows-${WXVER}-tex2rtf.tar -T /tmp/tex2rtf.txt
#
echo Re-tarring Tex2RTF in a subdirectory... #echo Re-tarring Tex2RTF in a subdirectory...
cd $2 #cd $2
mkdir wxWindows-${WXVER} #mkdir wxWindows-${WXVER}
cd wxWindows-${WXVER} #cd wxWindows-${WXVER}
$TAR xf ../wxWindows-${WXVER}-tex2rtf.tar #$TAR xf ../wxWindows-${WXVER}-tex2rtf.tar
cd .. #cd ..
rm -f wxWindows-${WXVER}-tex2rtf.tar #rm -f wxWindows-${WXVER}-tex2rtf.tar
$TAR cf $2/wxWindows-${WXVER}-tex2rtf.tar wxWindows-${WXVER}/* #$TAR cf $2/wxWindows-${WXVER}-tex2rtf.tar wxWindows-${WXVER}/*
rm -f -r wxWindows-${WXVER} #rm -f -r wxWindows-${WXVER}
gzip $2/wxWindows-${WXVER}-tex2rtf.tar #gzip $2/wxWindows-${WXVER}-tex2rtf.tar
### OGL ### OGL
cd $1 #cd $1
cat $1/distrib/msw/ogl.rsp > /tmp/ogl_in.txt #cat $1/distrib/msw/ogl.rsp > /tmp/ogl_in.txt
expandlines /tmp/ogl_in.txt /tmp/ogl.txt #expandlines /tmp/ogl_in.txt /tmp/ogl.txt
$TAR cf $2/wxWindows-${WXVER}-ogl.tar -T /tmp/ogl.txt #$TAR cf $2/wxWindows-${WXVER}-ogl.tar -T /tmp/ogl.txt
#
echo Re-tarring OGL in a subdirectory... #echo Re-tarring OGL in a subdirectory...
cd $2 #cd $2
mkdir wxWindows-${WXVER} #mkdir wxWindows-${WXVER}
cd wxWindows-${WXVER} #cd wxWindows-${WXVER}
$TAR xf ../wxWindows-${WXVER}-ogl.tar #$TAR xf ../wxWindows-${WXVER}-ogl.tar
cd .. #cd ..
rm -f wxWindows-${WXVER}-ogl.tar #rm -f wxWindows-${WXVER}-ogl.tar
$TAR cf $2/wxWindows-${WXVER}-ogl.tar wxWindows-${WXVER}/* #$TAR cf $2/wxWindows-${WXVER}-ogl.tar wxWindows-${WXVER}/*
rm -f -r wxWindows-${WXVER} #rm -f -r wxWindows-${WXVER}
gzip $2/wxWindows-${WXVER}-ogl.tar #gzip $2/wxWindows-${WXVER}-ogl.tar
### JPEG ### JPEG
cd $1 #cd $1
cat $1/distrib/msw/jpeg.rsp > /tmp/jpeg_in.txt #cat $1/distrib/msw/jpeg.rsp > /tmp/jpeg_in.txt
expandlines /tmp/jpeg_in.txt /tmp/jpeg.txt #expandlines /tmp/jpeg_in.txt /tmp/jpeg.txt
$TAR cf $2/wxWindows-${WXVER}-jpeg.tar -T /tmp/jpeg.txt #$TAR cf $2/wxWindows-${WXVER}-jpeg.tar -T /tmp/jpeg.txt
#
echo Re-tarring docs in a subdirectory... #echo Re-tarring jpeg in a subdirectory...
cd $2 #cd $2
mkdir wxWindows-${WXVER} #mkdir wxWindows-${WXVER}
cd wxWindows-${WXVER} #cd wxWindows-${WXVER}
$TAR xf ../wxWindows-${WXVER}-jpeg.tar #$TAR xf ../wxWindows-${WXVER}-jpeg.tar
cd .. #cd ..
rm -f wxWindows-${WXVER}-jpeg.tar #rm -f wxWindows-${WXVER}-jpeg.tar
$TAR cf $2/wxWindows-${WXVER}-jpeg.tar wxWindows-${WXVER}/* #$TAR cf $2/wxWindows-${WXVER}-jpeg.tar wxWindows-${WXVER}/*
rm -f -r wxWindows-${WXVER} #rm -f -r wxWindows-${WXVER}
gzip $2/wxWindows-${WXVER}-jpeg.tar #gzip $2/wxWindows-${WXVER}-jpeg.tar
### TIFF ### TIFF
cd $1 #cd $1
cat $1/distrib/msw/tiff.rsp > /tmp/tiff_in.txt #cat $1/distrib/msw/tiff.rsp > /tmp/tiff_in.txt
expandlines /tmp/tiff_in.txt /tmp/tiff.txt #expandlines /tmp/tiff_in.txt /tmp/tiff.txt
$TAR cf $2/wxWindows-${WXVER}-tiff.tar -T /tmp/tiff.txt #$TAR cf $2/wxWindows-${WXVER}-tiff.tar -T /tmp/tiff.txt
#
echo Re-tarring docs in a subdirectory... #echo Re-tarring docs in a subdirectory...
cd $2 #cd $2
mkdir wxWindows-${WXVER} #mkdir wxWindows-${WXVER}
cd wxWindows-${WXVER} #cd wxWindows-${WXVER}
$TAR xf ../wxWindows-${WXVER}-tiff.tar #$TAR xf ../wxWindows-${WXVER}-tiff.tar
cd .. #cd ..
rm -f wxWindows-${WXVER}-tiff.tar #rm -f wxWindows-${WXVER}-tiff.tar
$TAR cf $2/wxWindows-${WXVER}-tiff.tar wxWindows-${WXVER}/* #$TAR cf $2/wxWindows-${WXVER}-tiff.tar wxWindows-${WXVER}/*
rm -f -r wxWindows-${WXVER} #rm -f -r wxWindows-${WXVER}
gzip $2/wxWindows-${WXVER}-tiff.tar #gzip $2/wxWindows-${WXVER}-tiff.tar
# Copy readme and other files # Copy readme and other files
cd $1 cd $1