summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-01 10:46:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-01 10:46:48 +0000
commit05acb6cc26858634f0e1d7b5e6839d63809fe62c (patch)
tree3773e35bfe35a47f63b48c52bdbd74813bbb2a0d /ChangeLog
parent452b4e7105097a58f687fa1765a028ef6dcfa58c (diff)
downloadruby-05acb6cc26858634f0e1d7b5e6839d63809fe62c.tar.gz
ruby-05acb6cc26858634f0e1d7b5e6839d63809fe62c.tar.xz
ruby-05acb6cc26858634f0e1d7b5e6839d63809fe62c.zip
* lib/mkmf.rb (create_makefile): support for parallel make. a
patch from Takuto Matsuu at [ruby-dev:38220]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23114 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 c523be0ff..b710b4f47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Apr 1 19:46:46 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/mkmf.rb (create_makefile): support for parallel make. a
+ patch from Takuto Matsuu at [ruby-dev:38220].
+
Wed Apr 1 19:39:25 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (LIBRUBY_LDSHARED): use $(CC) instead of cc.