From 0410bb7623a27ac427f190e3144c85b6446bec05 Mon Sep 17 00:00:00 2001 From: Yukihiro Matz Matsumoto Date: Mon, 28 Jan 2013 00:50:22 +0900 Subject: remove bin/command first to avoid text file busy --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 7d8dd4117..6a04ef87c 100644 --- a/Rakefile +++ b/Rakefile @@ -31,6 +31,7 @@ depfiles = MRuby.targets['host'].bins.map do |bin| install_path = MRuby.targets['host'].exefile("bin/#{bin}") file install_path => MRuby.targets['host'].exefile("build/host/bin/#{bin}") do |t| + FileUtils.rm t.name, :force => true FileUtils.cp t.prerequisites.first, t.name end -- cgit v1.2.3