aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-20 07:45:10 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-20 07:45:10 +0000
commit473d58199de5e8e751c9d841c80ede581c16993b (patch)
tree7958ea8b6b5d6a5fb02c642790a581508ce90182 /template
parent8dad908c6ca6e7ceb9d909e7a0dce244d05374f1 (diff)
downloadruby-473d58199de5e8e751c9d841c80ede581c16993b.tar.gz
Keep -jN option
* {cygwin,template}/GNUmakefile.in (MFLAGS, MAKEFLAGS): keep -jN option. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template')
-rw-r--r--template/GNUmakefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/GNUmakefile.in b/template/GNUmakefile.in
index 8c6733a478..9cbed68e20 100644
--- a/template/GNUmakefile.in
+++ b/template/GNUmakefile.in
@@ -1,5 +1,5 @@
-override MFLAGS := $(filter-out -j%,$(MFLAGS))
-override MAKEFLAGS := $(filter-out -j%,$(MAKEFLAGS))
+#override MFLAGS := $(filter-out -j%,$(MFLAGS))
+#override MAKEFLAGS := $(filter-out -j%,$(MAKEFLAGS))
include Makefile
-include uncommon.mk
include $(srcdir)/defs/gmake.mk