<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -36,7 +36,7 @@ for rubinius development.
 
 * rake
 
-Rake may be obtained with the gem install command. See `gem help` and
+Rake may be obtained with the `gem install` command. See `gem help` and
 http://www.rubygems.org for more information.
 
 
@@ -81,7 +81,7 @@ If you want a development version (no optimisations, extra debug info), set the
 
 To install @rbx@ as a shortcut for @./shotgun/rubinius@:
 
-  make install
+  rake install
 
 
 == Troubleshooting and platform-specific notes</diff>
      <filename>INSTALL</filename>
    </modified>
    <modified>
      <diff>@@ -2,11 +2,7 @@
 
 require 'tsort'
 
-task :default =&gt; :tasks
-
-task :tasks do
-  puts `rake -T`
-end
+task :default =&gt; :build
 
 class Hash
   include TSort
@@ -254,6 +250,11 @@ end
 desc &quot;Build everything that needs to be built&quot;
 task :build =&gt; ['build:all']
 
+desc &quot;Install rubinius as rbx&quot;
+task :install do
+  sh &quot;make install&quot;
+end
+
 desc &quot;Recompile all ruby system files&quot;
 task :rebuild =&gt; ['clean:rbc', 'clean:shotgun', 'build:all']
 
@@ -317,31 +318,23 @@ namespace :build do
   task :setup_rbc do
     setup_stable
   end
-  
+
   task :rbc =&gt; ([:setup_rbc] + AllPreCompiled)
-  
+
   task :core =&gt; :rbc do
-    puts &quot;OBSOLETE. Use 'rake build'&quot;
+    raise &quot;OBSOLETE. Use 'rake build'&quot;
   end
-  
+
   task :bootstrap =&gt; :rbc do
-    puts &quot;OBSOLETE. Use 'rake build'&quot;
+    raise &quot;OBSOLETE. Use 'rake build'&quot;
   end
-  
+
   task :platform =&gt; :rbc do
-    puts &quot;OBSOLETE. Use 'rake build'&quot;
-  end
-  
-  task :loader =&gt; :rbc do
-    puts &quot;OBSOLETE. Use 'rake build'&quot;
+    raise &quot;OBSOLETE. Use 'rake build'&quot;
   end
-end
 
-# dev tasks
-namespace :dev do
-  desc &quot;Make a snapshot of the runtime files for your own safety&quot;
-  task :setup do
-    puts &quot;OBSOLETE. You no longer need to do this.&quot;
+  task :loader =&gt; :rbc do
+    raise &quot;OBSOLETE. Use 'rake build'&quot;
   end
 end
 </diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>90c05c1f6c8165eadc96e61dc479a6898d4ae897</id>
    </parent>
  </parents>
  <author>
    <name>Eric Hodel</name>
    <email>drbrain@segment7.net</email>
  </author>
  <url>http://github.com/evanphx/rubinius/commit/93c6297f3d76054b4491ca215d938283febd9b4b</url>
  <id>93c6297f3d76054b4491ca215d938283febd9b4b</id>
  <committed-date>2007-10-18T15:32:23-07:00</committed-date>
  <authored-date>2007-10-18T15:32:23-07:00</authored-date>
  <message>Add install task, remove tasks task, make build task default, make obsolete
tasks raise, remove obsolete dev namespace</message>
  <tree>2f679833a443a775258ecf0f7aac85e0c84cb37f</tree>
  <committer>
    <name>Eric Hodel</name>
    <email>drbrain@segment7.net</email>
  </committer>
</commit>
