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:
parent
c99425101d
commit
67c599a5d2
1 changed files with 3 additions and 1 deletions
|
@ -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],
|
||||
[
|
||||
|
|
Loading…
Add table
Reference in a new issue