From bb4a1ac9b02a7fd35a5c6cbc107cded94371fd69 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 27 Dec 2013 05:46:10 +0000 Subject: [PATCH] expand-config.rb: expand config values * tool/expand-config.rb: expand config values, extracted from win32/Makefile.sub. * win32/Makefile.sub (ruby_pc): use tool/expand-config.rb script. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/expand-config.rb | 7 +++++++ win32/Makefile.sub | 6 +----- 2 files changed, 8 insertions(+), 5 deletions(-) create mode 100755 tool/expand-config.rb diff --git a/tool/expand-config.rb b/tool/expand-config.rb new file mode 100755 index 0000000000..fb2edd02e8 --- /dev/null +++ b/tool/expand-config.rb @@ -0,0 +1,7 @@ +STDOUT.binmode +ARGF.each do |line| + line.gsub!(/@([a-z_]\w*)@/i) { + (RbConfig::MAKEFILE_CONFIG[$1] or "").gsub(/\$\((.+?)\)/, %Q[${\\1}]) + } + puts line +end diff --git a/win32/Makefile.sub b/win32/Makefile.sub index a04e8024be..010bf4b630 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -1053,11 +1053,7 @@ end < $@ {$(srcdir)/enc}.c.obj: