1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/extmk.rb: set MFLAGS from MAKEFLAGS when using nmake.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2011-03-28 02:08:18 +00:00
parent 96cf5ef0e4
commit 0dcb387abe
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Mon Mar 28 11:07:41 2011 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/extmk.rb: set MFLAGS from MAKEFLAGS when using nmake.
Mon Mar 28 11:07:00 2011 NAKAMURA Usaku <usa@ruby-lang.org>
* common.mk (love): all you need is love.

View file

@ -583,6 +583,7 @@ if $configure_only and $command_output
mf.puts "Q = $(Q1:0=@)"
mf.puts "ECHO1 = $(V:1=@:)"
mf.puts "ECHO = $(ECHO1:0=@echo)"
mf.puts "MFLAGS = -$(MAKEFLAGS)" if $nmake
mf.puts
mf.print "extensions ="