Unverified Commit aec8eba0 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #5225 from shuujii/output-build-log-at-the-time-of-installation

Output build log at the time of installation
parents 2f177dcd c6364edd
...@@ -21,6 +21,7 @@ class String ...@@ -21,6 +21,7 @@ class String
end end
def install_D(src, dst) def install_D(src, dst)
_pp "INSTALL", src.relative_path, dst.relative_path
rm_f dst rm_f dst
mkdir_p File.dirname(dst) mkdir_p File.dirname(dst)
cp src, dst cp src, dst
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment