[macruby-changes] [745] MacRuby/trunk/Rakefile

source_changes at macosforge.org source_changes at macosforge.org
Fri Nov 14 14:00:34 PST 2008


Revision: 745
          http://trac.macosforge.org/projects/ruby/changeset/745
Author:   lsansonetti at apple.com
Date:     2008-11-14 14:00:34 -0800 (Fri, 14 Nov 2008)
Log Message:
-----------
Set rake's verbosity to true by default, which will print our fileutils commands to stdout as before. For a strange reason this used to work in the past by default, but not anymore, probably because of a sudden malediction.

Modified Paths:
--------------
    MacRuby/trunk/Rakefile

Modified: MacRuby/trunk/Rakefile
===================================================================
--- MacRuby/trunk/Rakefile	2008-11-14 21:26:26 UTC (rev 744)
+++ MacRuby/trunk/Rakefile	2008-11-14 22:00:34 UTC (rev 745)
@@ -36,6 +36,8 @@
 
 # Everything below this comment should *not* be modified.
 
+verbose(true)
+
 if `sw_vers -productVersion`.strip.to_f < 10.5
   $stderr.puts "Sorry, your environment is not supported. MacRuby requires Mac OS X 10.5 or higher." 
   exit 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20081114/8fdf947a/attachment.html>


More information about the macruby-changes mailing list