From 2251051177d854e289b09793c571fb32ac100f25 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 15 Feb 2017 10:51:58 +0000 Subject: 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 --- defs/gmake.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'defs') 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 -- cgit v1.2.3