Chris Johns wrote:

> I find shell scripting handles some tasks better than say Python.

<snip>

> An example of the task being performed is to Canadian cross-compile on Linux 
> GCC for the RTEMS project's MinGW tool set for a number of target devices 
> (about 9). Everything is build from source.

For the task you describe, I find that the declarative nature of
the Make is a better fit for the problem.

Make also has the advantage of handling dependancies so that when
it screws up while 90% through a 2 hour build its usually possible
to correct the issue and not have to restart the build from scratch.
 
Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
_______________________________________________
coders mailing list
coders@slug.org.au
http://lists.slug.org.au/listinfo/coders

Reply via email to