git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aa9883
)
No parallel make in ocaml/ directory (RHBZ#502309).
author
Richard Jones
<rjones@trick.home.annexia.org>
Tue, 2 Jun 2009 14:50:50 +0000
(15:50 +0100)
committer
Richard Jones
<rjones@trick.home.annexia.org>
Tue, 2 Jun 2009 14:50:50 +0000
(15:50 +0100)
ocaml/Makefile.am
patch
|
blob
|
history
diff --git
a/ocaml/Makefile.am
b/ocaml/Makefile.am
index
739e542
..
cb4ad34
100644
(file)
--- 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: