aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-24 06:56:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-24 06:56:58 +0000
commitd42794b78e769dacb2796a3c9ce6ae4c73dd9089 (patch)
tree0207966435f29603d1562ddd63ea685ec5179861
parent83e728a74ec54f3cbb5e024e2ec9c2868352a5e8 (diff)
downloadruby-d42794b78e769dacb2796a3c9ce6ae4c73dd9089.tar.gz
ChangeLog: add description [ruby-dev:46067] [Bug #6904]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e2df052db..2ddf5b5e64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
Fri Aug 24 15:42:28 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/mkmf.rb (create_makefile): use timestamp for destination
- directories. [ruby-dev:46067] [Bug #6904]
+ directories to make them before making or copying files there.
+ [ruby-dev:46067] [Bug #6904]
Fri Aug 24 12:40:15 2012 Luis Lavena <luislavena@gmail.com>