aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-17 09:38:38 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-17 09:38:38 +0000
commit023eab52018a87a63a465aa73d25a58162115663 (patch)
tree726ef081ae1b9bf0cfda3269d8e0a75ab22ea5da /ChangeLog
parenta7de3755047fb697e0b3d292a3713145c7e04447 (diff)
downloadruby-023eab52018a87a63a465aa73d25a58162115663.tar.gz
* win32/Makefile.sub (MAKEDIRS): should not include silent flag.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a4bd786662..3d3d48d912 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
-Wed Nov 17 18:22:21 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Wed Nov 17 18:38:35 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * win32/Makefile.sub (MAKEDIRS): should not include silent flag.
* common.mk (ext/ripper/ripper.c, ext/json/parser/parser.c): pass
Q and ECHO. [ruby-core:33226]