]> git.saurik.com Git - wxWidgets.git/commitdiff
daily build of inno msw
authorChris Elliott <biol75@york.ac.uk>
Fri, 25 Feb 2005 09:08:34 +0000 (09:08 +0000)
committerChris Elliott <biol75@york.ac.uk>
Fri, 25 Feb 2005 09:08:34 +0000 (09:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/script/rebuild-makefiles.sh

index 78a7dc9edf87897a1a53d250c0c802e6711e7d1f..f4abf2996d3909fd329261e1d83a20bc299bda4b 100644 (file)
@@ -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