From 7e46f7b6ac2227af9b10f176fae6386b7e8d6993 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 18 Apr 2016 13:56:02 +0100 Subject: [PATCH] Disable parallel builds, since the Makefile doesn't work. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index c927bda..3d509c4 100644 --- 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: -- 1.8.3.1