From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] tools/vtpm: fix version.h error during parallel build Date: Tue, 31 Jul 2012 10:19:42 +0200 Message-ID: <20120731081942.GA7482@aepfle.de> References: <51506c407f3ef3e238a4.1342105720@probook.site> <20493.33251.292891.101019@mariner.uk.xensource.com> <20120723171201.GA4555@aepfle.de> <20493.34411.301558.56360@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20493.34411.301558.56360@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On Mon, Jul 23, Ian Jackson wrote: > Olaf Hering writes ("Re: [Xen-devel] [PATCH] tools/vtpm: fix version.h error during parallel build"): > > The build_sub rule in tools/vtpm/Makefile could be changed to > > $(MAKE) -C $(VTPM_DIR) version && $(MAKE) -C $(VTPM_DIR) all-recursive; \ > > > > And the install rule in that Makefile perhaps to > > $(MAKE) -C $(VTPM_DIR) install-recursive > > Right, something like that. I just sent a new patch which does that. Olaf