WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] ocaml: Disable parallel make

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] ocaml: Disable parallel make
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 19 May 2010 05:15:52 -0700
Delivery-date: Wed, 19 May 2010 05:19:04 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1274090086 -3600
# Node ID c2b9eec52398f39a06d54b8a6fa0d0e1ed544abd
# Parent  80ff89b093895baca5f8689455c4d46abae245eb
ocaml: Disable parallel make

There seem to be multiple dependency issues when building oxenstored.

Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
 tools/ocaml/Makefile.rules |    2 ++
 1 files changed, 2 insertions(+)

diff -r 80ff89b09389 -r c2b9eec52398 tools/ocaml/Makefile.rules
--- a/tools/ocaml/Makefile.rules        Sat May 15 09:22:55 2010 +0100
+++ b/tools/ocaml/Makefile.rules        Mon May 17 10:54:46 2010 +0100
@@ -13,6 +13,8 @@ else
   E = @echo
   Q = @
 endif
+
+.NOTPARALLEL:
 
 ALL_OCAML_OBJS ?= $(OBJS)
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] ocaml: Disable parallel make, Xen patchbot-unstable <=