mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Makefile.sub: add missing config variables
* win32/Makefile.sub (config.status): add missing variables, PLATFORM_DIR and THREAD_MODEL. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
caa3c88040
commit
bfea5bc277
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Oct 30 12:44:28 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* win32/Makefile.sub (config.status): add missing variables,
|
||||
PLATFORM_DIR and THREAD_MODEL.
|
||||
|
||||
Wed Oct 30 12:20:32 2013 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* time.c (v2w): Normalize a rational value to an integer if possible.
|
||||
|
|
|
@ -895,6 +895,8 @@ s,@vendorhdrdir@,$$(rubyhdrdir)/vendor_ruby,;t t
|
|||
s,@rubyarchhdrdir@,$$(rubyhdrdir)/$${arch},;t t
|
||||
s,@sitearchhdrdir@,$$(sitehdrdir)/$${sitearch},;t t
|
||||
s,@vendorarchhdrdir@,$$(vendorhdrdir)/$${sitearch},;t t
|
||||
s,@PLATFORM_DIR@,$(PLATFORM_DIR),;t t
|
||||
s,@THREAD_MODEL@,$(THREAD_MODEL),;t t
|
||||
s,@configure_args@,--with-make-prog=nmake --enable-shared $(configure_args),;t t
|
||||
s,@configure_input@,$$configure_input,;t t
|
||||
s,@srcdir@,$(srcdir),;t t
|
||||
|
|
Loading…
Reference in a new issue