ruby-changes:24893
From: usa <ko1@a...>
Date: Mon, 10 Sep 2012 10:20:28 +0900 (JST)
Subject: [ruby-changes:24893] usa:r36945 (trunk): * enc/depend: fixed wrong change in a part of r34802.
usa 2012-09-10 10:20:16 +0900 (Mon, 10 Sep 2012) New Revision: 36945 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36945 Log: * enc/depend: fixed wrong change in a part of r34802. Modified files: trunk/ChangeLog trunk/enc/depend Index: ChangeLog =================================================================== --- ChangeLog (revision 36944) +++ ChangeLog (revision 36945) @@ -1,3 +1,7 @@ +Mon Sep 10 10:19:34 2012 NAKAMURA Usaku <usa@r...> + + * enc/depend: fixed wrong change in a part of r34802. + Sun Sep 9 22:02:50 2012 KOSAKI Motohiro <kosaki.motohiro@g...> * ext/socket/basicsocket.c (rsock_bsock_send): Index: enc/depend =================================================================== --- enc/depend (revision 36944) +++ enc/depend (revision 36945) @@ -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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/