summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMasaki Muranaka <[email protected]>2013-04-11 12:49:57 +0900
committerMasaki Muranaka <[email protected]>2013-04-11 12:49:57 +0900
commit9c9c3b411f09225f1031a0267279b2141be90855 (patch)
treeb3540726fd157a46cd397822849f161425487f1f
parenta0aa753a0b121f193681bc679972f26ba5c322db (diff)
downloadmruby-9c9c3b411f09225f1031a0267279b2141be90855.tar.gz
mruby-9c9c3b411f09225f1031a0267279b2141be90855.zip
Cosmetic changes.
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index ab5e6c6e6..9c6c3cbb8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -48,12 +48,12 @@ depfiles = MRuby.targets['host'].bins.map do |bin|
end
MRuby.each_target do
- gems.map do | gem |
+ gems.map do |gem|
current_dir = gem.dir.relative_path_from(Dir.pwd)
relative_from_root = gem.dir.relative_path_from(MRUBY_ROOT)
current_build_dir = "#{build_dir}/#{relative_from_root}"
- gem.bins.each do | bin |
+ gem.bins.each do |bin|
exec = exefile("#{build_dir}/bin/#{bin}")
objs = Dir.glob("#{current_dir}/tool/#{bin}/*.c").map { |f| objfile(f.pathmap("#{current_build_dir}/tool/#{bin}/%n")) }