Skip to content

Commit

Permalink
Merge branch 'daedalus'
Browse files Browse the repository at this point in the history
Conflicts:
	rakelib/vm.rake
  • Loading branch information
Evan Phoenix committed Feb 23, 2011
2 parents dcf20b8 + 1ec8099 commit 56da88c
Show file tree
Hide file tree
Showing 9 changed files with 1,410 additions and 458 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
!spec/tags
artifacts/
*.a
*.bundle
*.dSYM
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -101,7 +101,7 @@ end

# See vm.rake for more information
desc "Build everything that needs to be built at default level."
task :build => ["build:normal", "gem_bootstrap"]
task :build => ["build:build", "gem_bootstrap"]

desc "Recompile all ruby system files"
task :rebuild => %w[clean build]
Expand Down

0 comments on commit 56da88c

Please sign in to comment.