> To be honest, I prefer the drake semantics as they are closer to make's.
Second that. The option to specify parallel builds for any task is handy because the task may not derive from multitask, e.g. it could be a file task to build a c library from multiple source files that you want to build in parallel. Personally I've used my own patch to rake to do this, that was before drake, but I still use it due to drake having an extra dependency. https://github.com/watsonmw/rakecpp/blob/master/minusj/minusj.rb On 19 April 2012 17:21, Jos Backus <[email protected]> wrote: > To be honest, I prefer the drake semantics as they are closer to make's. > > I would love to see rake and drake merged. > > Jos > -- > Jos Backus > jos at catnook.com > > > _______________________________________________ > Rake-devel mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rake-devel _______________________________________________ Rake-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/rake-devel
