aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-28 12:21:19 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-28 12:21:19 +0000
commitd8da0faf236052d7e16c08bcb31c2d32d661a266 (patch)
treeee60105effdf5a9707728296886627deef0b40d6 /ChangeLog
parenta0f7f36a5a47098c30125d3ad5c19db71fc34960 (diff)
downloadruby-d8da0faf236052d7e16c08bcb31c2d32d661a266.tar.gz
extconf.rb: VPATH
* ext/psych/extconf.rb: compile sources in the source directory without copying by using VPATH. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37934 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 082993361e..f859ca0462 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Nov 28 21:21:16 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/psych/extconf.rb: compile sources in the source directory
+ without copying by using VPATH.
+
Wed Nov 28 21:18:57 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/mkmf.rb (MakeMakefile#each_compile_rules): splat $(*VPATH*) for