ruby-changes:45562
From: nobu <ko1@a...>
Date: Wed, 15 Feb 2017 19:52:03 +0900 (JST)
Subject: [ruby-changes:45562] nobu:r57635 (trunk): gmake.mk: mflags without -jN
nobu 2017-02-15 19:51:58 +0900 (Wed, 15 Feb 2017) New Revision: 57635 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57635 Log: gmake.mk: mflags without -jN * defs/gmake.mk (mflags): override the definition in common.mk without -jN option. Modified files: trunk/defs/gmake.mk Index: defs/gmake.mk =================================================================== --- defs/gmake.mk (revision 57634) +++ defs/gmake.mk (revision 57635) @@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/defs/gmake.mk#L1 # -*- 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/