From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH XEN v7 01/29] stubdom: recurse into tools/include in mk-headers-$(XEN_TARGET_ARCH) rule Date: Sat, 19 Dec 2015 03:14:21 +0000 Message-ID: <20151219031421.GB13896@citrix.com> References: <1450269007.4053.48.camel@citrix.com> <1450269096-27598-1-git-send-email-ian.campbell@citrix.com> <1450269096-27598-2-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1450269096-27598-2-git-send-email-ian.campbell@citrix.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 Campbell Cc: wei.liu2@citrix.com, ian.jackson@eu.citrix.com, samuel.thibault@ens-lyon.org, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, Dec 16, 2015 at 12:31:08PM +0000, Ian Campbell wrote: > ... rather than in the libxc rule. > > This puts all the header dependencies in one place and will allow us > to avoid races when more libraries which need these headers are > introduced. I observed issues with the xen-foreign/tmp.size file > getting deleted in parallel with another process trying to use it. > > The mini-os links are already created in the > mk-headers-$(XEN_TARGET_ARCH) target so the other places which do so > are redundant, in the case of polarssl and vtpmmgr indirectly through > their eventual dependency on newlib which in turn depends on > mk-headers-$(XEN_TARGET_ARCH). > > Signed-off-by: Ian Campbell > Cc: samuel.thibault@ens-lyon.org Acked-by: Wei Liu