[Erp5-report] r40587 kazuhiko - /erp5/trunk/buildout/software-profiles/subversion.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 24 11:55:46 CET 2010


Author: kazuhiko
Date: Wed Nov 24 11:55:45 2010
New Revision: 40587

URL: http://svn.erp5.org?rev=40587&view=rev
Log:
it seems that parallel build sometimes fails for subversion.

Modified:
    erp5/trunk/buildout/software-profiles/subversion.cfg

Modified: erp5/trunk/buildout/software-profiles/subversion.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/subversion.cfg?rev=40587&r1=40586&r2=40587&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/subversion.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/subversion.cfg [utf8] Wed Nov 24 11:55:45 2010
@@ -44,6 +44,10 @@ configure-options =
   --without-ruby-test-verbose
   --disable-nls
 
+# it seems that parallel build sometimes fails.
+make-options =
+  -j1
+
 environment =
   PKG_CONFIG_PATH=${apache:location}/lib/pkgconfig:${sqlite3:location}/lib/pkgconfig:${openssl:location}/lib/pkgconfig:${neon:location}/lib/pkgconfig
   CPPFLAGS=-I${libexpat:location}/include -I${libuuid:location}/include




More information about the Erp5-report mailing list