From 68e19ae8559f37221a2524eca565aa476cb36f76 Mon Sep 17 00:00:00 2001 From: duerst Date: Sun, 26 Oct 2014 03:26:31 +0000 Subject: [PATCH] template/insns.inc.tmpl, insns_info.inc.tmpl, known_errors.inc.tmpl, minsns.inc.tmpl: fixed path of generating script. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- template/insns.inc.tmpl | 2 +- template/insns_info.inc.tmpl | 2 +- template/known_errors.inc.tmpl | 2 +- template/minsns.inc.tmpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/template/insns.inc.tmpl b/template/insns.inc.tmpl index 6543686003..203273f92b 100644 --- a/template/insns.inc.tmpl +++ b/template/insns.inc.tmpl @@ -6,7 +6,7 @@ DO NOT TOUCH! If you want to fix something, you must edit 'template/insns.inc.tmpl' - or insns2vm.rb + or tool/insns2vm.rb */ diff --git a/template/insns_info.inc.tmpl b/template/insns_info.inc.tmpl index 99e4b7b5b3..14b4ef50ab 100644 --- a/template/insns_info.inc.tmpl +++ b/template/insns_info.inc.tmpl @@ -6,7 +6,7 @@ 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 %> diff --git a/template/known_errors.inc.tmpl b/template/known_errors.inc.tmpl index deb54e44d7..c3aee77477 100644 --- a/template/known_errors.inc.tmpl +++ b/template/known_errors.inc.tmpl @@ -1,6 +1,6 @@ /** -*-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. */ diff --git a/template/minsns.inc.tmpl b/template/minsns.inc.tmpl index b9e037e978..54b192898f 100644 --- a/template/minsns.inc.tmpl +++ b/template/minsns.inc.tmpl @@ -6,7 +6,7 @@ DO NOT TOUCH! If you want to fix something, you must edit 'template/minsns.inc.tmpl' - or insns2vm.rb + or tool/insns2vm.rb */ <%= defs %>