ruby-changes:36064
From: duerst <ko1@a...>
Date: Sun, 26 Oct 2014 12:26:38 +0900 (JST)
Subject: [ruby-changes:36064] duerst:r48145 (trunk): template/insns.inc.tmpl, insns_info.inc.tmpl, known_errors.inc.tmpl,
duerst 2014-10-26 12:26:31 +0900 (Sun, 26 Oct 2014) New Revision: 48145 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48145 Log: template/insns.inc.tmpl, insns_info.inc.tmpl, known_errors.inc.tmpl, minsns.inc.tmpl: fixed path of generating script. Modified files: trunk/template/insns.inc.tmpl trunk/template/insns_info.inc.tmpl trunk/template/known_errors.inc.tmpl trunk/template/minsns.inc.tmpl Index: template/insns_info.inc.tmpl =================================================================== --- template/insns_info.inc.tmpl (revision 48144) +++ template/insns_info.inc.tmpl (revision 48145) @@ -6,7 +6,7 @@ https://github.com/ruby/ruby/blob/trunk/template/insns_info.inc.tmpl#L6 DO NOT TOUCH! If you want to fix something, you must edit 'template/insns_info.inc.tmpl' - or insns2vm.rb + or tool/insns2vm.rb */ <%= insn_type_chars %> Index: template/minsns.inc.tmpl =================================================================== --- template/minsns.inc.tmpl (revision 48144) +++ template/minsns.inc.tmpl (revision 48145) @@ -6,7 +6,7 @@ https://github.com/ruby/ruby/blob/trunk/template/minsns.inc.tmpl#L6 DO NOT TOUCH! If you want to fix something, you must edit 'template/minsns.inc.tmpl' - or insns2vm.rb + or tool/insns2vm.rb */ <%= defs %> Index: template/known_errors.inc.tmpl =================================================================== --- template/known_errors.inc.tmpl (revision 48144) +++ template/known_errors.inc.tmpl (revision 48145) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/template/known_errors.inc.tmpl#L1 /** -*-c-*- * DO NOT EDIT - * This file is automatically generated by tools/generic_erb.rb from + * This file is automatically generated by tool/generic_erb.rb from * template/known_errors.inc.tmpl and defs/known_errors.def. */ Index: template/insns.inc.tmpl =================================================================== --- template/insns.inc.tmpl (revision 48144) +++ template/insns.inc.tmpl (revision 48145) @@ -6,7 +6,7 @@ https://github.com/ruby/ruby/blob/trunk/template/insns.inc.tmpl#L6 DO NOT TOUCH! If you want to fix something, you must edit 'template/insns.inc.tmpl' - or insns2vm.rb + or tool/insns2vm.rb */ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/