mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
84c77c1520
commit
7d59a96314
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue