From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Parallel make supported? Date: Fri, 19 Dec 2014 10:05:42 +0000 Message-ID: <1418983542.20028.5.camel@citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Peter Kay Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, 2014-12-18 at 22:36 +0000, Peter Kay wrote: > Is parallel make supported for xen? If I compile 4.5 rc4 (although the > error exists with many other prior releases too) with make -j4 world > it fails part way through with an error 2. This does not occur with a > straight 'make world' It is expected to work in general, I build with -j12 all the time. There are some subdirs which enforce serialised build for various reasons, perhaps there is one more we've not spotted or perhaps there is just a bug in the Makefiles somewhere. Please post your build logs showing the error. Ian.