mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
MFLAGS for nmake
* common.mk (mflags): pass make flags to sub-makes, for nmake which cannot pass them by the environment variable. * defs/gmake.mk (mflags): filter out -j option for sub-makes. * template/exts.mk.tmpl (MFLAGS): extract MFLAGS from sub extmk files for nmake. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
35533d0346
commit
92b710e64b
6 changed files with 28 additions and 26 deletions
|
@ -1,5 +1,3 @@
|
|||
#override MFLAGS := $(filter-out -j%,$(MFLAGS))
|
||||
#override MAKEFLAGS := $(filter-out -j%,$(MAKEFLAGS))
|
||||
include Makefile
|
||||
|
||||
ENABLE_SHARED=@ENABLE_SHARED@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue