Re: [Xen-devel] [PATCH] stubdom: simplify and fix Makefile

2016-11-04 Thread Wei Liu
On Fri, Nov 04, 2016 at 03:44:12PM +0100, Juergen Gross wrote: > On 04/11/16 15:31, Wei Liu wrote: > > On Fri, Nov 04, 2016 at 03:29:01PM +0100, Juergen Gross wrote: > >> On 04/11/16 15:20, Wei Liu wrote: > >>> On Fri, Nov 04, 2016 at 10:53:29AM +0100, Juergen Gross wrote: > The stubdom Makefi

Re: [Xen-devel] [PATCH] stubdom: simplify and fix Makefile

2016-11-04 Thread Juergen Gross
On 04/11/16 15:31, Wei Liu wrote: > On Fri, Nov 04, 2016 at 03:29:01PM +0100, Juergen Gross wrote: >> On 04/11/16 15:20, Wei Liu wrote: >>> On Fri, Nov 04, 2016 at 10:53:29AM +0100, Juergen Gross wrote: The stubdom Makefile is setting up links for various libraries. This is done only once

Re: [Xen-devel] [PATCH] stubdom: simplify and fix Makefile

2016-11-04 Thread Wei Liu
On Fri, Nov 04, 2016 at 03:29:01PM +0100, Juergen Gross wrote: > On 04/11/16 15:20, Wei Liu wrote: > > On Fri, Nov 04, 2016 at 10:53:29AM +0100, Juergen Gross wrote: > >> The stubdom Makefile is setting up links for various libraries. This > >> is done only once when qemu links are created and each

Re: [Xen-devel] [PATCH] stubdom: simplify and fix Makefile

2016-11-04 Thread Juergen Gross
On 04/11/16 15:20, Wei Liu wrote: > On Fri, Nov 04, 2016 at 10:53:29AM +0100, Juergen Gross wrote: >> The stubdom Makefile is setting up links for various libraries. This >> is done only once when qemu links are created and each library's links >> are updated/created only if the link for the Makefi

Re: [Xen-devel] [PATCH] stubdom: simplify and fix Makefile

2016-11-04 Thread Wei Liu
On Fri, Nov 04, 2016 at 10:53:29AM +0100, Juergen Gross wrote: > The stubdom Makefile is setting up links for various libraries. This > is done only once when qemu links are created and each library's links > are updated/created only if the link for the Makefile of the library > isn't already exist

Re: [Xen-devel] [PATCH] stubdom: simplify and fix Makefile

2016-11-04 Thread Samuel Thibault
Juergen Gross, on Fri 04 Nov 2016 10:53:29 +0100, wrote: > The stubdom Makefile is setting up links for various libraries. This > is done only once when qemu links are created and each library's links > are updated/created only if the link for the Makefile of the library > isn't already existing. I

[Xen-devel] [PATCH] stubdom: simplify and fix Makefile

2016-11-04 Thread Juergen Gross
The stubdom Makefile is setting up links for various libraries. This is done only once when qemu links are created and each library's links are updated/created only if the link for the Makefile of the library isn't already existing. In case a source is added to one library after doing the first mak