1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
nobu 2012-12-15 01:39:47 +00:00
parent c99425101d
commit 67c599a5d2

View file

@ -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],
[