mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
30 lines
773 B
Text
30 lines
773 B
Text
set -e
|
|
|
|
rm ~/upload/* || true
|
|
|
|
#remove Win32 specific files
|
|
rm ~/upp.tmp/u/*.exe || true
|
|
rm ~/upp.tmp/u/*.map || true
|
|
rm ~/upp.tmp/u/*.dll || true
|
|
rm ~/upp.tmp/u/*.upp || true
|
|
rm ~/upp.tmp/u/*.chk || true
|
|
|
|
rm ~/upp.tmp/u/*.scd || true
|
|
|
|
cp ~/Scripts/GCCMK.bm ~/.upp/theide
|
|
|
|
~/bin/theide uppsrc ide GCCMK -asrxM ~/upp.tmp/u/uppsrc
|
|
|
|
cp ~/Scripts/Makefile ~/upp.tmp/u
|
|
cp ~/Scripts/domake ~/upp.tmp/u
|
|
cp ~/Scripts/doinstall ~/upp.tmp/u
|
|
cp ~/Scripts/readme ~/upp.tmp/u
|
|
cp ~/Scripts/upp.spec ~/upp.tmp/u
|
|
|
|
cp ~/Scripts/GCCMK.bm ~/upp.tmp/u/GCC.bm
|
|
|
|
cd ~/upp.tmp
|
|
mv u upp-x11-src-`svnversion ~/upp.src`
|
|
tar -cvvzf ~/upload/upp-x11-src-`svnversion ~/upp.src`.tar.gz upp-x11-src-`svnversion ~/upp.src`
|
|
mv upp-x11-src-`svnversion ~/upp.src` u
|
|
~/bin/upload
|