mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add comment for interpreter issue.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
098a563935
commit
53d2cd2435
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
# This file is interpreted by $(BASERUBY) and miniruby.
|
||||||
|
# $(BASERUBY) is used for prelude.c.
|
||||||
|
# miniruby is used for ext_prelude.c.
|
||||||
|
# Since $(BASERUBY) may be older than Ruby 1.9,
|
||||||
|
# Ruby 1.9 feature should not be used.
|
||||||
|
|
||||||
preludes = ARGV.dup
|
preludes = ARGV.dup
|
||||||
outfile = preludes.pop
|
outfile = preludes.pop
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue