ruby-changes:38355
From: naruse <ko1@a...>
Date: Thu, 7 May 2015 11:40:08 +0900 (JST)
Subject: [ruby-changes:38355] naruse:r50436 (trunk): * Makefile.in (rbconfig.rb): add rule to make.
naruse 2015-05-07 11:39:59 +0900 (Thu, 07 May 2015) New Revision: 50436 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50436 Log: * Makefile.in (rbconfig.rb): add rule to make. Modified files: trunk/ChangeLog trunk/Makefile.in Index: ChangeLog =================================================================== --- ChangeLog (revision 50435) +++ ChangeLog (revision 50436) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu May 7 11:32:57 2015 NARUSE, Yui <naruse@r...> + + * Makefile.in (rbconfig.rb): add rule to make. + Thu May 7 05:14:39 2015 Eric Wong <e@8...> * ext/socket/lib/socket.rb (connect_nonblock): use IO#wait_writable Index: Makefile.in =================================================================== --- Makefile.in (revision 50435) +++ Makefile.in (revision 50436) @@ -254,6 +254,8 @@ $(ruby_pc): https://github.com/ruby/ruby/blob/trunk/Makefile.in#L254 $(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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/