summaryrefslogtreecommitdiffstats
path: root/ocaml/Makefile.am
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-06-02 15:50:50 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-06-02 15:50:50 +0100
commit76711b7e918f6dc504d3b5e11c6cac5ee11cc34f (patch)
tree974f637d8ef4e2e08faff57d7e9e5ed566f43242 /ocaml/Makefile.am
parent3aa9883eb155fe4e0b6f72f3bf6f6c9c5c6161f4 (diff)
downloadlibguestfs-76711b7e918f6dc504d3b5e11c6cac5ee11cc34f.tar.gz
libguestfs-76711b7e918f6dc504d3b5e11c6cac5ee11cc34f.tar.xz
libguestfs-76711b7e918f6dc504d3b5e11c6cac5ee11cc34f.zip
No parallel make in ocaml/ directory (RHBZ#502309).
Diffstat (limited to 'ocaml/Makefile.am')
-rw-r--r--ocaml/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am
index 739e542d..cb4ad347 100644
--- a/ocaml/Makefile.am
+++ b/ocaml/Makefile.am
@@ -95,3 +95,7 @@ install-data-hook:
CLEANFILES += $(noinst_DATA)
endif
+
+# Tell version 3.79 and up of GNU make to not build goals in this
+# directory in parallel. (Possible solution for RHBZ#502309).
+.NOTPARALLEL: