git.annexia.org
/
goaljobs-goals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b6ea09
)
Disable parallel builds, since the Makefile doesn't work.
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 18 Apr 2016 12:56:02 +0000
(13:56 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 18 Apr 2016 12:56:02 +0000
(13:56 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
c927bda
..
3d509c4
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-29,3
+29,6
@@
libguestfs_fedora: config.ml utils.ml git.ml fedora.ml libguestfs.ml libguestfs_
clean:
rm -f $(programs) *.cmi *.cmx *.o *~
+
+# Parallel building is broken in this Makefile.
+.NOTPARALLEL: