<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -33,11 +33,14 @@ task :all, :continue do |t,args|
   cmd = &quot;#{link} #{objfiles.join(&quot; &quot;)} #{out}&quot;
   puts cmd
   code = system cmd
-  abort(&quot;Aborting due to compile errors...&quot;) if not code
+  abort(&quot;Aborting due to link errors...&quot;) if not code
 end
 
 desc &quot;Clean all artifacts&quot;
 task :clean do
-	system(&quot;find #{src_dir} -name *.o | xargs rm&quot;)
-	system(&quot;rm #{target}&quot;)
+  current = FileUtils.pwd
+  FileUtils.chdir src_dir
+  puts FileUtils.rm Dir.glob(File.join(&quot;**&quot;,&quot;*.o&quot;))
+  FileUtils.chdir current
+  puts FileUtils.rm_f target
 end
\ No newline at end of file</diff>
      <filename>platform/linux/Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9c9c1bc038471d30bb4f80324284ef9289e53f72</id>
    </parent>
  </parents>
  <author>
    <name>lars</name>
    <email>larsburgess@gmail.com</email>
  </author>
  <url>http://github.com/rhomobile/rhodes/commit/14c04e2112095f8a014a00407d414be75e08b3ed</url>
  <id>14c04e2112095f8a014a00407d414be75e08b3ed</id>
  <committed-date>2009-04-10T11:06:25-07:00</committed-date>
  <authored-date>2009-04-10T11:06:25-07:00</authored-date>
  <message>fix clean</message>
  <tree>f5d7bf6102014af9a3e1f825a2c3523b20bf12e6</tree>
  <committer>
    <name>lars</name>
    <email>larsburgess@gmail.com</email>
  </committer>
</commit>
