cvs version of getAndBuildTools.sh broken for me, and a fix...
Matthew Grosso
mgrosso-rtems at mattgrosso.com
Fri Mar 19 06:54:12 UTC 2010
Hi,
Using cvs, and looking to build my own toolset, I found the ftp link wasnt working.
I changed this...
getAndBuildTools.sh.bak:RTEMS_SOURCES_URL=ftp://www.rtems.com/pub/rtems/SOURCES/${RTEMS_BASE_VERSION}
to this ...
getAndBuildTools-config.sh:RTEMS_SOURCES_URL=${RTEMS_SOURCES_URL:-http://www.rtems.com/ftp/pub/rtems/SOURCES/${RTEMS_BASE_VERSION}}
I also refactored that script to separate the version specific config
from the logic, and to support restarting when things break. Is it ok
to send 200+ lines of code this list?
--
Matt Grosso
More information about the users
mailing list