aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-28 02:30:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-28 02:30:13 +0000
commitb0e7ec8c9a06fa975cff864107af1e1c0780f19f (patch)
treee75c1619009d209d40fa3ab04d3cdb6b15f3cd6e /ChangeLog
parentc9f982d4e8d47b840378f349e680a20bc140a505 (diff)
downloadruby-b0e7ec8c9a06fa975cff864107af1e1c0780f19f.tar.gz
extmk.rb: untouch makefiles
* ext/extmk.rb (extmake): leave makefiles untouched if the content is not changed, to get rid of unnecessary re-linking. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40973 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 91fc24e4d3..bdd80a60d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue May 28 11:30:02 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/extmk.rb (extmake): leave makefiles untouched if the content is
+ not changed, to get rid of unnecessary re-linking.
+
Tue May 28 03:11:02 2013 Koichi Sasada <ko1@atdot.net>
* ext/objspace/gc_hook.c, ext/objspace/objspace.c: add new methods to