aboutsummaryrefslogtreecommitdiffstats
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-07 02:06:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-07 02:06:24 +0000
commitcdcae92de95d553f164351503fbba5488da5c86b (patch)
tree25d2b5d2130296148d8697281c1e55fba074ff8e /win32/Makefile.sub
parentaa68fd85b9c760b0281b7be803ae4a5505ca7090 (diff)
downloadruby-cdcae92de95d553f164351503fbba5488da5c86b.tar.gz
common.mk: same fake.rb
* common.mk (fake.rb): generate from same template on all platforms including win32. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub18
1 files changed, 0 insertions, 18 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 7d0fbf1b1b..11bcee6e6f 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -1056,24 +1056,6 @@ $(RCFILES): $(RBCONFIG) $(srcdir)/revision.h $(srcdir)/win32/resource.rb
-so_name=$(RUBY_SO_NAME) \
. $(icondirs) $(win_srcdir)
-$(arch)-fake.rb: $(MKFILES) $(srcdir)/version.h
- @echo Creating <<$@
-class Object
- remove_const :CROSS_COMPILING if defined?(CROSS_COMPILING)
- CROSS_COMPILING = RUBY_PLATFORM
- remove_const :RUBY_PLATFORM
- remove_const :RUBY_VERSION
- remove_const :RUBY_DESCRIPTION if defined?(RUBY_DESCRIPTION)
- RUBY_PLATFORM = "$(arch)"
- RUBY_VERSION = $(RUBY_PROGRAM_VERSION)
- RUBY_DESCRIPTION = "ruby #{RUBY_VERSION} (" $(RUBY_RELEASE_DATE) ") [#{RUBY_PLATFORM}]"
-end
-class File
- remove_const :ALT_SEPARATOR
- ALT_SEPARATOR = "\\"
-end
-<<KEEP
-
$(ruby_pc): $(RBCONFIG)
@$(BOOTSTRAPRUBY) $(srcdir)/tool/expand-config.rb \
-output=$@ -mode=$(INSTALL_DATA_MODE) -config=rbconfig.rb \