remove installing executable first to avoid text-file-busy when investigating on debugger

This commit is contained in:
Yukihiro Matz Matsumoto
2013-03-02 15:20:48 +09:00
parent 0c9d42e080
commit 494e133f61
+1
View File
@@ -41,6 +41,7 @@ depfiles = MRuby.targets['host'].bins.map do |bin|
source_path = MRuby.targets['host'].exefile("#{MRuby.targets['host'].build_dir}/bin/#{bin}")
file install_path => source_path do |t|
FileUtils.rm_f t.name, { :verbose => $verbose }
FileUtils.cp t.prerequisites.first, t.name, { :verbose => $verbose }
end