diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-02-10 06:12:22 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-02-10 06:12:22 +0000 |
commit | 92b710e64bf194266e3354c06fdb16dc7de0196d (patch) | |
tree | 92f64e73e7aad8ddb3beda5172c9e86ac2acd3e0 /cygwin | |
parent | 35533d0346ed5965665ad3c097d7819218bb48fb (diff) | |
download | ruby-92b710e64bf194266e3354c06fdb16dc7de0196d.tar.gz |
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
Diffstat (limited to 'cygwin')
-rw-r--r-- | cygwin/GNUmakefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cygwin/GNUmakefile.in b/cygwin/GNUmakefile.in index c1b4cd63bb..192cf43b37 100644 --- a/cygwin/GNUmakefile.in +++ b/cygwin/GNUmakefile.in @@ -1,5 +1,3 @@ -#override MFLAGS := $(filter-out -j%,$(MFLAGS)) -#override MAKEFLAGS := $(filter-out -j%,$(MAKEFLAGS)) include Makefile ENABLE_SHARED=@ENABLE_SHARED@ |