* common.mk ($(arch)-fake.rb): revert r50354 because bsdmake seems not

to handle such substitution.

* tool/expand-config.rb: convert path separators here.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2015-04-20 11:24:43 +00:00
Родитель 160f2ce0de
Коммит 00d4da468c
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,10 @@
Mon Apr 20 20:23:04 2015 NAKAMURA Usaku <usa@ruby-lang.org>
* common.mk ($(arch)-fake.rb): revert r50354 because bsdmake seems not
to handle such substitution.
* tool/expand-config.rb: convert path separators here.
Mon Apr 20 16:52:20 2015 NAKAMURA Usaku <usa@ruby-lang.org>
* too/fake.rb: don't fake libdir. use libdirname instead.

Просмотреть файл

@ -9,6 +9,7 @@ config["RUBY_RELEASE_DATE"] ||=
while /\A(\w+)=(.*)/ =~ ARGV[0]
config[$1] = $2
config[$1].tr(File::ALT_SEPARATOR, File::SEPARATOR) if File::ALT_SEPARATOR
ARGV.shift
end