From 67c599a5d222380549c1ca87294b06fbed36cc3b Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 15 Dec 2012 01:39:47 +0000 Subject: * configure.in (GNUmakefile): remove -jN option from submake. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index eda9de8641..848af36667 100644 --- a/configure.in +++ b/configure.in @@ -2945,7 +2945,9 @@ AS_CASE(["$FIRSTMAKEFILE"], [*GNUmakefile:*], [gnumake=yes], [ rm -fr conftest.dir AS_CASE(["$gnumake"], [*yes*], [ - echo "include Makefile" > GNUmakefile + echo '@%:@ -*- makefile -*-' > GNUmakefile + echo 'override MFLAGS := $(filter-out -j%,$(MFLAGS))' >> GNUmakefile + echo "include Makefile" >> GNUmakefile echo "-include uncommon.mk" >> GNUmakefile gnumake=yes], [ -- cgit v1.2.3