From 494e133f614aab405f023f91a94ef3d4874e2b03 Mon Sep 17 00:00:00 2001 From: Yukihiro Matz Matsumoto Date: Sat, 2 Mar 2013 15:20:48 +0900 Subject: remove installing executable first to avoid text-file-busy when investigating on debugger --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 33967b07b..633c50385 100644 --- a/Rakefile +++ b/Rakefile @@ -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 -- cgit v1.2.3