mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
28849ce257
* common.mk, ext/rbconfig/sizeof: move RbConfig::SIZEOF to an extension library to get rid of annoying nmake VPATH rule. * inits.c (rb_call_inits), miniinit.c (Init_sizes): RbConfig::SIZEOF is no loger built-in. * template/sizes.c.tmpl (Init_sizeof): rename initialization function. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
3 lines
233 B
Text
3 lines
233 B
Text
sizes.c: $(top_srcdir)/tool/generic_erb.rb $(top_srcdir)/template/sizes.c.tmpl $(top_srcdir)/configure.in
|
|
$(Q) $(RUBY) $(top_srcdir)/tool/generic_erb.rb --output=$@ \
|
|
$(top_srcdir)/template/sizes.c.tmpl $(top_srcdir)/configure.in
|