From: Chris Elliott Date: Fri, 25 Feb 2005 09:08:34 +0000 (+0000) Subject: daily build of inno msw X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f5b14075b413b4b5cd01f7f2259cafbe6ce31b21 daily build of inno msw git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/script/rebuild-makefiles.sh b/build/script/rebuild-makefiles.sh index 78a7dc9edf..f4abf2996d 100644 --- a/build/script/rebuild-makefiles.sh +++ b/build/script/rebuild-makefiles.sh @@ -67,11 +67,11 @@ copy_files () { ##delete old files and then copy new ones, add a symlink ## CVS -find ${FTPDIR}/CVS_HEAD/files -type f -name wx-cvs\*.tar.bz2 -mtime +6 | xargs rm -rf +find ${FTPDIR}/CVS_HEAD/files -type f -name wx-cvs\* -mtime +6 | xargs rm -rf cp ${WORKDIR}/archives/wx-cvs-* ${FTPDIR}/CVS_HEAD/files rm ${FTPDIR}/CVS_HEAD/wx* -for f in `find ${FTPDIR}/CVS_Makefiles/files -type f -name wx-cvs\* -mmin -601` ; do +for f in `find ${FTPDIR}/CVS_HEAD/files -type f -name wx-cvs\* -mmin -601` ; do ln -s $f `echo $f | sed -e "s/-${CURDATE}//" | sed -e "s|/files||" ` done ## make sure updated at is really last