Disable parallel builds, since the Makefile doesn't work.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 18 Apr 2016 12:56:02 +0000 (13:56 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 18 Apr 2016 12:56:02 +0000 (13:56 +0100)
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: