You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2018/01/10 16:09:58 UTC

svn commit: r1820761 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

Author: stsp
Date: Wed Jan 10 16:09:58 2018
New Revision: 1820761

URL: http://svn.apache.org/viewvc?rev=1820761&view=rev
Log:
* tools/dev/unix-build/Makefile.svn: Ignore MAKE_JOBS while compiling ruby.
  Ruby doesn't seem to build reliably in parallel make mode.

Modified:
    subversion/trunk/tools/dev/unix-build/Makefile.svn

Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.svn?rev=1820761&r1=1820760&r2=1820761&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Wed Jan 10 16:09:58 2018
@@ -1150,9 +1150,9 @@ $(RUBY_OBJDIR)/.configured: $(RUBY_OBJDI
 		--without-gmp
 	touch $@
 
-# compile ruby
+# compile ruby (ignore MAKE_JOBS; multiple jobs cause random build failures)
 $(RUBY_OBJDIR)/.compiled: $(RUBY_OBJDIR)/.configured
-	(cd $(RUBY_OBJDIR) && env MAKEFLAGS= make -j${MAKE_JOBS})
+	(cd $(RUBY_OBJDIR) && env MAKEFLAGS= make)
 	touch $@
 
 # install ruby