зеркало из https://github.com/github/ruby.git
* enc/depend: fixed wrong change in a part of r34802.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
84c77c1520
Коммит
7d59a96314
|
@ -1,3 +1,7 @@
|
|||
Mon Sep 10 10:19:34 2012 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* enc/depend: fixed wrong change in a part of r34802.
|
||||
|
||||
Sun Sep 9 22:02:50 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* ext/socket/basicsocket.c (rsock_bsock_send):
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
% cleanobjs << "$*.def" if deffile
|
||||
% rule_subst = CONFIG["RULE_SUBST"] || "%s"
|
||||
% transvpath = rule_subst.dup.sub!(/\{[^{}]+\}/, '$(TRANSVPATH)/') || "enc/trans/%s"
|
||||
% transvpath_prefix = rule_subst.dup.sub!(/\{[^{}]+\}/, '{$(TRANSVPATH)}') || ""
|
||||
% transvpath_prefix = (rule_subst.dup.sub!(/\{[^{}]+\}/, '{$(TRANSVPATH)}') || "%s") % ""
|
||||
% if File::ALT_SEPARATOR
|
||||
% pathrep = proc {|path| path.gsub('/', File::ALT_SEPARATOR).gsub(/\$\(([@<?*]\w?|\w+)\)/, "$(\\1:/=\\#{File::ALT_SEPARATOR})")}
|
||||
% else
|
||||
|
|
Загрузка…
Ссылка в новой задаче