aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-25 07:47:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-25 07:47:21 +0000
commit6ff10e76d7669925c623167ed01962c5b57dd43f (patch)
tree6f0e62b451da453140b75342b2393d5961bed407 /ChangeLog
parente276482efc1c274ba9cfe17f5e6fbe02819a15bb (diff)
downloadruby-6ff10e76d7669925c623167ed01962c5b57dd43f.tar.gz
common.mk: clean miniprelude.c
* common.mk (realclean-local): miniprelude.c is made by srcs, so it should not removed by distclean but by realclean. [Bug #6807] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39492 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 f9f3016554..40d3af1937 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Feb 25 16:47:02 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * common.mk (realclean-local): miniprelude.c is made by srcs, so it
+ should not removed by distclean but by realclean. [Bug #6807]
+
Mon Feb 25 16:30:30 2013 Eric Hodel <drbrain@segment7.net>
* lib/rubygems/config_file.rb: Lazily load .gem/credentials to only