diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-20 15:08:36 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-20 15:08:36 +0000 |
commit | 2a3fe0707bf0db21d5c3ec19b50d938a86f43dc6 (patch) | |
tree | ff7bc62049be60f28500e12eff68501516f8d02f /ChangeLog | |
parent | 9caca17d42da338ed2f7e28e060e5ccd522562d2 (diff) | |
download | ruby-2a3fe0707bf0db21d5c3ec19b50d938a86f43dc6.tar.gz ruby-2a3fe0707bf0db21d5c3ec19b50d938a86f43dc6.tar.xz ruby-2a3fe0707bf0db21d5c3ec19b50d938a86f43dc6.zip |
* lib/mkmf.rb (create_makefile): support platforms have file separator
other than /.
* {bcc32,win32,wince}/Makefile.sub (BUILD_FILE_SEPARATOR): separator
of building platform.
* {bcc32,win32,wince}/Makefile.sub (CP, INSTALL): use COPY command.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8367 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Thu Apr 21 00:07:50 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * lib/mkmf.rb (create_makefile): support platforms have file separator + other than /. + + * {bcc32,win32,wince}/Makefile.sub (BUILD_FILE_SEPARATOR): separator + of building platform. + + * {bcc32,win32,wince}/Makefile.sub (CP, INSTALL): use COPY command. + Wed Apr 20 23:22:39 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * Makefile.in, common.mk: miniruby depens on MINIOBJS. |