ruby-changes:31395
From: nobu <ko1@a...>
Date: Wed, 30 Oct 2013 12:44:38 +0900 (JST)
Subject: [ruby-changes:31395] nobu:r43474 (trunk): Makefile.sub: add missing config variables
nobu 2013-10-30 12:44:30 +0900 (Wed, 30 Oct 2013) New Revision: 43474 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43474 Log: Makefile.sub: add missing config variables * win32/Makefile.sub (config.status): add missing variables, PLATFORM_DIR and THREAD_MODEL. Modified files: trunk/ChangeLog trunk/win32/Makefile.sub Index: ChangeLog =================================================================== --- ChangeLog (revision 43473) +++ ChangeLog (revision 43474) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Oct 30 12:44:28 2013 Nobuyoshi Nakada <nobu@r...> + + * win32/Makefile.sub (config.status): add missing variables, + PLATFORM_DIR and THREAD_MODEL. + Wed Oct 30 12:20:32 2013 Tanaka Akira <akr@f...> * time.c (v2w): Normalize a rational value to an integer if possible. Index: win32/Makefile.sub =================================================================== --- win32/Makefile.sub (revision 43473) +++ win32/Makefile.sub (revision 43474) @@ -895,6 +895,8 @@ s,@vendorhdrdir@,$$(rubyhdrdir)/vendor_r https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L895 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/