Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(674)

Unified Diff: ports/subversion/build.sh

Issue 559613003: Revert to non-parallel build for subversion. (Closed) Base URL: https://naclports.googlecode.com/svn/trunk/src
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/subversion/build.sh
diff --git a/ports/subversion/build.sh b/ports/subversion/build.sh
index 518745fecc9abcc0dd5f2db18e1aac5bb9812944..666713dbba16565f8cc421fc1a0c977ed2308617 100644
--- a/ports/subversion/build.sh
+++ b/ports/subversion/build.sh
@@ -2,6 +2,12 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+# subversion's build system seem to have a bug with out-of-tree builds
+# and parallel building that was causing occational flakes on the buildbots.
+# The mkdir-init target appears to be required before any object file can be
+# built but none of the object files seem to depend on this.
+OS_JOBS=1
+
NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
export LIBS+=" -Wl,--undefined=nacl_main ${NACL_CLI_MAIN_LIB} -lppapi_simple \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698