From cfaf3d9a1aee75a51f63bda5ff447da2bfc4234f Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 25 Aug 2007 01:20:30 +0000 Subject: * common.mk (prelude.o): depends on vm_core.h now. * common.mk (prelude.c): depends on tool/compile_prelude.rb too. * common.mk (prereq): updates all auto-generated sources. * tool/compile_prelude.rb: separated dynamic and static portions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/compile_prelude.rb | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'tool/compile_prelude.rb') diff --git a/tool/compile_prelude.rb b/tool/compile_prelude.rb index cdf6861794..1012d1fbc2 100644 --- a/tool/compile_prelude.rb +++ b/tool/compile_prelude.rb @@ -1,26 +1,29 @@ prelude, outfile = *ARGV -lines = [] lines = File.readlines(prelude).map{|line| line.dump } open(outfile, 'w'){|f| -f.puts <