1
0
Fork 0
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:
akr 2007-11-10 16:33:30 +00:00
parent 098a563935
commit 53d2cd2435

View file

@ -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
outfile = preludes.pop