summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-16 09:22:43 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-16 09:22:43 +0000
commit5b85fbd95b68704e62590ca1c2dde5d815205f65 (patch)
tree85e8517fe78b84f3c27f14b2d4e3374422291e90 /ChangeLog
parente13603442ccc44f73f89e54b550d0466e16c82b7 (diff)
tool/update-deps: warning to disable ccache
I spent several minutes wondering why -save-temps=obj was not taking effect, hopefully this saves somebody else the trouble. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a0de7166a9..59682c38d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Nov 16 18:22:18 2014 Eric Wong <e@80x24.org>
+
+ * tool/update-deps: warning to disable ccache
+
Sun Nov 16 13:11:35 2014 Tanaka Akira <akr@fsij.org>
* common.mk (CCAN_LIST_INCLUDES): Unused variable removed.