X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f41fa227b8f3f0671d22216e2aa93c27840a597..cb751f46a0db6efd12b1e8f9d1074e71b6249253:/build/script/rebuild-makefiles.sh diff --git a/build/script/rebuild-makefiles.sh b/build/script/rebuild-makefiles.sh index 109917b90e..7dafec203a 100644 --- a/build/script/rebuild-makefiles.sh +++ b/build/script/rebuild-makefiles.sh @@ -1,19 +1,25 @@ #!/bin/sh CURDATE=`date -I` +WORKDIR=/home/bake/bkl-cronjob +WINSRCDIR=/mnt/daily +FTPDIR=/home/ftp/pub +LD_LIBRARY_PATH=/usr/local/lib -update_from_cvs() +update_from_svn() { ( - cd /home/bake/bkl-cronjob/wxWidgets && cvs -z3 update -P -d + cd ${WORKDIR}/wxWidgets + svn up + find . -name \.#\* | xargs rm -rf ) + } regenerate_makefiles() { - BAKEFILE_GEN="python -O /home/bake/bkl-cronjob/bakefile/bin/bakefile_gen" - (cd /home/bake/bkl-cronjob/wxWidgets/build/bakefiles && nice $BAKEFILE_GEN) + (cd ${WORKDIR}/wxWidgets/build/bakefiles && nice python -O /usr/local/bin/bakefile_gen) } @@ -23,9 +29,9 @@ do_package() format=$2 shift ; shift - rm -f /home/bake/bkl-cronjob/archives/wx-mk-${format}-* + rm -f ${WORKDIR}/archives/wx-mk-${format}-* - cd /home/bake/bkl-cronjob/wxWidgets + cd ${WORKDIR}/wxWidgets files="" for i in $* ; do @@ -35,66 +41,88 @@ do_package() if test $archtype = tar ; then tar czf ../archives/wx-mk-${format}-${CURDATE}.tar.gz $files elif test $archtype = zip ; then +### zip -l -q -9 ../archives/wx-mk-${format}-${CURDATE}.zip $files zip -q -9 ../archives/wx-mk-${format}-${CURDATE}.zip $files fi cd .. } -package_cvs() -{ - rm -f /home/bake/bkl-cronjob/archives/wx-cvs-* - cd /home/bake/bkl-cronjob/ - tar jcf ./archives/wx-cvs-${CURDATE}.tar.bz2 ./wxWidgets -} + package_makefiles() { do_package tar autoconf Makefile.in autoconf_inc.m4 - do_package zip borland makefile.bcc config.bcc + do_package zip gnu makefile.unx + do_package tar gnu makefile.unx do_package zip mingw makefile.gcc config.gcc - do_package zip dmars makefile.dmc config.dmc - do_package zip watcom makefile.wat config.wat + do_package zip dmars makefile.dmc config.dmc makefile.dms config.dms + do_package zip watcom_msw makefile.wat config.wat do_package zip msvc makefile.vc config.vc do_package zip msvc6prj '*.dsp' '*.dsw' + do_package zip msvc7-8prj '*.vcproj' '*.sln' do_package zip evcprj '*.vcp' '*.vcw' + (cd ${WORKDIR}/wxWidgets/build/bakefiles && nice python -O /usr/local/bin/bakefile_gen -f watcom -d ../os2/Bakefiles.os2.bkgen) + do_package zip watcom_os2 makefile.wat config.wat } copy_files () { ##delete old files and then copy new ones, add a symlink -## CVS -find /home/ftp/pub/CVS_HEAD/files -type f -name wx-cvs\*.tar.bz2 -mtime +6 | xargs rm -rf -cp /home/bake/bkl-cronjob/archives/wx-cvs-* /home/ftp/pub/CVS_HEAD/files -rm /home/ftp/pub/CVS_HEAD/wx-cvs.tar.bz2 -ln -s /home/ftp/pub/CVS_HEAD/files/wx-cvs-${CURDATE}.tar.bz2 /home/ftp/pub/CVS_HEAD/wx-cvs.tar.bz2 +## Makefiles +find ${FTPDIR}/Daily_Makefiles/files -type f -name wx-mk\* -mtime +3 | xargs rm -rf +cp ${WORKDIR}/archives/wx-mk-* ${FTPDIR}/Daily_Makefiles/files -echo cvs checkout done at `date` > /home/ftp/pub/CVS_HEAD/updated_at.txt +rm -f ${FTPDIR}/Daily_Makefiles/wx* ${FTPDIR}/Daily_Makefiles/MD5SUM +##there must be an easier way of doing these links... +for f in `find ${FTPDIR}/Daily_Makefiles/files -type f -name wx-mk\* -mmin -601` ; do + ln -s $f `echo $f | sed -e "s/-${CURDATE}//" | sed -e "s|/files||" ` +done +md5sum ${FTPDIR}/Daily_Makefiles/wx* > ${FTPDIR}/Daily_Makefiles/MD5SUM +sleep 10 +echo CVS Makefiles generated from bakefiles last updated at `date -u` > ${FTPDIR}/Daily_Makefiles/updated_at.txt -## Makefiles -find /home/ftp/pub/CVS_Makefiles/files -type f -name wx-mk\* -mtime +3 | xargs rm -rf -cp /home/bake/bkl-cronjob/archives/wx-mk-* /home/ftp/pub/CVS_Makefiles/files +## Setup.exe +find ${FTPDIR}/Daily_HEAD/files -type f -name wx\* -mtime +3 | xargs rm -rf +cp ${WORKDIR}/archives/win/*.exe ${FTPDIR}/Daily_HEAD/files -rm /home/ftp/pub/CVS_Makefiles/wx* -##there musrt be an easier way of doing these links... -for f in `find /home/ftp/pub/CVS_Makefiles/files -type f -name wx-mk\* -mmin -601` ; do +rm -f ${FTPDIR}/Daily_HEAD/*.exe ${FTPDIR}/Daily_HEAD/MD5SUM +##there must be an easier way of doing these links... +for f in `find ${FTPDIR}/Daily_HEAD/files -type f -name wx\*.exe -mmin -601` ; do ln -s $f `echo $f | sed -e "s/-${CURDATE}//" | sed -e "s|/files||" ` -# echo $f -# echo $f | sed -e "s/-${CURDATE}//" | sed -e "s|/files||" done +md5sum ${FTPDIR}/Daily_HEAD/wx* > ${FTPDIR}/Daily_HEAD/MD5SUM +sleep 10 +echo CVS HEAD last updated at `date -u` > ${FTPDIR}/Daily_HEAD/updated_at.txt + + -echo CVS Makefiles generated from bakefiles last updated at `date` > /home/ftp/pub/CVS_Makefiles/updated_at.txt } +add_win_files () +{ +### starts with wx***.zip + +for f in `find ${WINSRCDIR}/ -maxdepth 1 -name wx\*.zip ` ; do + cp $f ${WORKDIR}/archives/win/`basename $f | sed -e "s/.zip//"`-${CURDATE}.zip + done -update_from_cvs +for f in `find ${WINSRCDIR}/ -maxdepth 1 -name wx\*.exe ` ; do + cp $f ${WORKDIR}/archives/win/`basename $f | sed -e "s/.exe//"`-${CURDATE}.exe + done + +} + +update_from_svn regenerate_makefiles package_makefiles -package_cvs -copy_files +add_win_files + +copy_files +exit 0