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

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 12 15:03:16 PDT 2008


Revision: 287
          http://trac.macosforge.org/projects/ruby/changeset/287
Author:   eloy.de.enige at gmail.com
Date:     2008-06-12 15:03:16 -0700 (Thu, 12 Jun 2008)

Log Message:
-----------
Remove Makefile in clean:local.

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

Modified: MacRuby/trunk/Rakefile
===================================================================
--- MacRuby/trunk/Rakefile	2008-06-12 21:59:59 UTC (rev 286)
+++ MacRuby/trunk/Rakefile	2008-06-12 22:03:16 UTC (rev 287)
@@ -539,7 +539,7 @@
   desc "Clean local build files"
   task :local do
     $builder.clean
-    ['parse.c', 'lex.c', INSTALLED_LIST, *Dir['*.inc']].each { |x| rm_f(x) }
+    ['parse.c', 'lex.c', INSTALLED_LIST, 'Makefile', *Dir['*.inc']].each { |x| rm_f(x) }
   end
 
   desc "Clean extension build files"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macruby-changes/attachments/20080612/d2843ef5/attachment.htm 


More information about the macruby-changes mailing list