[3348] MacRuby/trunk/README.rdoc
Revision: 3348 http://trac.macosforge.org/projects/ruby/changeset/3348 Author: eloy.de.enige@gmail.com Date: 2010-01-26 15:25:28 -0800 (Tue, 26 Jan 2010) Log Message: ----------- Add note to README.rdoc about the rake `jobs' variable. Modified Paths: -------------- MacRuby/trunk/README.rdoc Modified: MacRuby/trunk/README.rdoc =================================================================== --- MacRuby/trunk/README.rdoc 2010-01-26 23:25:19 UTC (rev 3347) +++ MacRuby/trunk/README.rdoc 2010-01-26 23:25:28 UTC (rev 3348) @@ -47,6 +47,10 @@ $ rake +Or, as with LLVM, you can specify the amount of jobs to run simultaneously: + + $ rake jobs=2 + Once done, you can run the RubySpec-based regression tests as well as the performance suite:
participants (1)
-
source_changes@macosforge.org