[macruby-changes] [4936] MacRuby/trunk/rakelib/builder.rake

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 22 18:25:58 PST 2010


Revision: 4936
          http://trac.macosforge.org/projects/ruby/changeset/4936
Author:   lsansonetti at apple.com
Date:     2010-11-22 18:25:55 -0800 (Mon, 22 Nov 2010)
Log Message:
-----------
rake clean:rbo: make sure to remove the C extensions' rbo files too

Modified Paths:
--------------
    MacRuby/trunk/rakelib/builder.rake

Modified: MacRuby/trunk/rakelib/builder.rake
===================================================================
--- MacRuby/trunk/rakelib/builder.rake	2010-11-23 02:20:35 UTC (rev 4935)
+++ MacRuby/trunk/rakelib/builder.rake	2010-11-23 02:25:55 UTC (rev 4936)
@@ -216,6 +216,7 @@
     list = []
     list.concat(Dir['*.rbo'])
     list.concat(Dir['lib/**/*.rbo'])
+    list.concat(Dir['ext/**/*.rbo'])
     list.each { |x| rm_f(x) }
   end
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20101122/deb8e44b/attachment.html>


More information about the macruby-changes mailing list