aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-20 12:00:14 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-20 12:00:14 +0000
commit28efd93e184e73f807996e61ca4a2bef3b0e4fa7 (patch)
tree0592641ba034fb20b4b84f582e6431add3545db6 /ChangeLog
parent1bdc2d5150ea4bc51b868091a0cc8766c86043d5 (diff)
downloadruby-28efd93e184e73f807996e61ca4a2bef3b0e4fa7.tar.gz
* common.mk, Makefile.in: update-config.files is only for Unix
platforms. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a71be800d8..cc97d71ee0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jan 20 20:58:25 2016 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * common.mk, Makefile.in: update-config.files is only for Unix
+ platforms.
+
Wed Jan 20 17:13:39 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
* tool/extlibs.rb: add --cache option to change cache directory.