[webkitgtk-tarball-releases] Disable parallel builds for now



commit c689cab0f7bb3513f82b75bfc337b5d253b0b956
Author: Colin Walters <walters verbum org>
Date:   Sun Sep 23 15:25:38 2012 -0400

    Disable parallel builds for now

 GNUmakefile.am |    5 +++++
 GNUmakefile.in |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/GNUmakefile.am b/GNUmakefile.am
index 8eeb9ff..26efe9f 100644
--- a/GNUmakefile.am
+++ b/GNUmakefile.am
@@ -349,3 +349,8 @@ if ENABLE_WEBKIT2
 	@-cp ./Documentation/webkit2gtk/tmpl/*.sgml $(distdir)/Documentation/webkit2gtk/tmpl
 	@cp ./Documentation/webkit2gtk/html/* $(distdir)/Documentation/webkit2gtk/html
 endif
+
+# Parallel builds are broken at the moment:
+# https://bugs.webkit.org/show_bug.cgi?id=79498
+# http://savannah.gnu.org/bugs/?30653
+.NOTPARALLEL:
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 64d602d..06214f2 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -80638,3 +80638,8 @@ doc-dist-hook: docs-build.stamp
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
+
+# Parallel builds are broken at the moment:
+# https://bugs.webkit.org/show_bug.cgi?id=79498
+# http://savannah.gnu.org/bugs/?30653
+.NOTPARALLEL:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]