diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-23 05:56:01 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-23 05:56:01 +0000 |
| commit | e5269940f34f3df68ddcc0d8b97b37c0006cb746 (patch) | |
| tree | 4c99d9b4851e79438d9d892618ad2811c1f93284 /ChangeLog | |
| parent | aa58f2aa399be94deff4547a9a1714e7cfae813b (diff) | |
| download | ruby-e5269940f34f3df68ddcc0d8b97b37c0006cb746.tar.gz ruby-e5269940f34f3df68ddcc0d8b97b37c0006cb746.tar.xz ruby-e5269940f34f3df68ddcc0d8b97b37c0006cb746.zip | |
* lib/mkmf.rb (mkintpath): new function which converts native path
to format acceptable in Makefile.
* lib/mkmf.rb (configuration): convers srcdir, topdir and hdrdir.
a patch by Alexey Borzenkov <snaury AT gmail.com> at
[ruby-core:21448].
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,11 @@ -Fri Jan 23 14:36:06 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> +Fri Jan 23 14:57:18 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * lib/mkmf.rb (mkintpath): new function which converts native path + to format acceptable in Makefile. + + * lib/mkmf.rb (configuration): convers srcdir, topdir and hdrdir. + a patch by Alexey Borzenkov <snaury AT gmail.com> at + [ruby-core:21448]. * lib/mkmf.rb (try_func): got rid of c-mode confusion. |
