mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* Makefile.in (rbconfig.rb): add rule to make.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
93ce79dc34
commit
c4324e31f4
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu May 7 11:32:57 2015 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* Makefile.in (rbconfig.rb): add rule to make.
|
||||
|
||||
Thu May 7 05:14:39 2015 Eric Wong <e@80x24.org>
|
||||
|
||||
* ext/socket/lib/socket.rb (connect_nonblock): use IO#wait_writable
|
||||
|
|
|
@ -254,6 +254,8 @@ $(ruby_pc):
|
|||
|
||||
$(RBCONFIG): $($(CROSS_COMPILING:no=)PREP)
|
||||
|
||||
rbconfig.rb: $(RBCONFIG)
|
||||
|
||||
install-cross: $(arch)-fake.rb $(RBCONFIG) rbconfig.rb $(arch_hdrdir)/ruby/config.h \
|
||||
$(LIBRUBY_A) $(LIBRUBY_SO) $(ARCHFILE)
|
||||
$(ECHO) installing cross-compiling stuff
|
||||
|
|
Loading…
Reference in a new issue