summaryrefslogtreecommitdiff
path: root/defs
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-15 10:51:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-15 10:51:58 +0000
commit2251051177d854e289b09793c571fb32ac100f25 (patch)
treeb8f2f49a2c5b501f5d89f0deb7900a9b8503d311 /defs
parentd9ae8c0bc8b3798ae9e9d611a1136fc4455ff742 (diff)
gmake.mk: mflags without -jN
* defs/gmake.mk (mflags): override the definition in common.mk without -jN option. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'defs')
-rw-r--r--defs/gmake.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/defs/gmake.mk b/defs/gmake.mk
index 09bb39205f..f79db53d14 100644
--- a/defs/gmake.mk
+++ b/defs/gmake.mk
@@ -1,7 +1,7 @@
# -*- makefile-gmake -*-
gnumake = yes
override gnumake_recursive := $(if $(findstring n,$(firstword $(MFLAGS))),,+)
-mflags := $(filter-out -j%,$(MFLAGS))
+override mflags := $(filter-out -j%,$(MFLAGS))
CHECK_TARGETS := exam love check%
# expand test targets, and those dependents