Re: [XEN PATCH v7 49/51] build: adding out-of-tree support to the xen build

2021-10-21 Thread Anthony PERARD
On Mon, Oct 18, 2021 at 12:36:45PM +0200, Jan Beulich wrote: > On 18.10.2021 12:28, Juergen Gross wrote: > > On 18.10.21 11:51, Anthony PERARD wrote: > >> On Mon, Oct 18, 2021 at 11:02:20AM +0200, Jan Beulich wrote: > >>> Oh, now I'm curious as to the why here. I thought use of $(srctree) > >>>

Re: [XEN PATCH v7 49/51] build: adding out-of-tree support to the xen build

2021-10-18 Thread Jan Beulich
On 18.10.2021 13:20, Juergen Gross wrote: > On 18.10.21 13:07, Jan Beulich wrote: >> On 18.10.2021 12:40, Juergen Gross wrote: >>> On 18.10.21 12:36, Jan Beulich wrote: On 18.10.2021 12:28, Juergen Gross wrote: > On 18.10.21 11:51, Anthony PERARD wrote: >> On Mon, Oct 18, 2021 at

Re: [XEN PATCH v7 49/51] build: adding out-of-tree support to the xen build

2021-10-18 Thread Juergen Gross
On 18.10.21 13:07, Jan Beulich wrote: On 18.10.2021 12:40, Juergen Gross wrote: On 18.10.21 12:36, Jan Beulich wrote: On 18.10.2021 12:28, Juergen Gross wrote: On 18.10.21 11:51, Anthony PERARD wrote: On Mon, Oct 18, 2021 at 11:02:20AM +0200, Jan Beulich wrote: On 15.10.2021 18:58, Anthony

Re: [XEN PATCH v7 49/51] build: adding out-of-tree support to the xen build

2021-10-18 Thread Jan Beulich
On 18.10.2021 12:40, Juergen Gross wrote: > On 18.10.21 12:36, Jan Beulich wrote: >> On 18.10.2021 12:28, Juergen Gross wrote: >>> On 18.10.21 11:51, Anthony PERARD wrote: On Mon, Oct 18, 2021 at 11:02:20AM +0200, Jan Beulich wrote: > On 15.10.2021 18:58, Anthony PERARD wrote: >> I

Re: [XEN PATCH v7 49/51] build: adding out-of-tree support to the xen build

2021-10-18 Thread Juergen Gross
On 18.10.21 12:36, Jan Beulich wrote: On 18.10.2021 12:28, Juergen Gross wrote: On 18.10.21 11:51, Anthony PERARD wrote: On Mon, Oct 18, 2021 at 11:02:20AM +0200, Jan Beulich wrote: On 15.10.2021 18:58, Anthony PERARD wrote: On Thu, Oct 14, 2021 at 12:14:29PM +0200, Jan Beulich wrote: On

Re: [XEN PATCH v7 49/51] build: adding out-of-tree support to the xen build

2021-10-18 Thread Jan Beulich
On 18.10.2021 12:28, Juergen Gross wrote: > On 18.10.21 11:51, Anthony PERARD wrote: >> On Mon, Oct 18, 2021 at 11:02:20AM +0200, Jan Beulich wrote: >>> On 15.10.2021 18:58, Anthony PERARD wrote: On Thu, Oct 14, 2021 at 12:14:29PM +0200, Jan Beulich wrote: > On 24.08.2021 12:50, Anthony

Re: [XEN PATCH v7 49/51] build: adding out-of-tree support to the xen build

2021-10-18 Thread Juergen Gross
On 18.10.21 11:51, Anthony PERARD wrote: On Mon, Oct 18, 2021 at 11:02:20AM +0200, Jan Beulich wrote: On 15.10.2021 18:58, Anthony PERARD wrote: On Thu, Oct 14, 2021 at 12:14:29PM +0200, Jan Beulich wrote: On 24.08.2021 12:50, Anthony PERARD wrote: --- a/xen/Rules.mk +++ b/xen/Rules.mk @@

Re: [XEN PATCH v7 49/51] build: adding out-of-tree support to the xen build

2021-10-18 Thread Jan Beulich
On 18.10.2021 11:51, Anthony PERARD wrote: > On Mon, Oct 18, 2021 at 11:02:20AM +0200, Jan Beulich wrote: >> On 15.10.2021 18:58, Anthony PERARD wrote: >>> On Thu, Oct 14, 2021 at 12:14:29PM +0200, Jan Beulich wrote: On 24.08.2021 12:50, Anthony PERARD wrote: > --- a/xen/Rules.mk >

Re: [XEN PATCH v7 49/51] build: adding out-of-tree support to the xen build

2021-10-18 Thread Anthony PERARD
On Mon, Oct 18, 2021 at 11:02:20AM +0200, Jan Beulich wrote: > On 15.10.2021 18:58, Anthony PERARD wrote: > > On Thu, Oct 14, 2021 at 12:14:29PM +0200, Jan Beulich wrote: > >> On 24.08.2021 12:50, Anthony PERARD wrote: > >>> --- a/xen/Rules.mk > >>> +++ b/xen/Rules.mk > >>> @@ -38,7 +38,7 @@

Re: [XEN PATCH v7 49/51] build: adding out-of-tree support to the xen build

2021-10-18 Thread Jan Beulich
On 15.10.2021 18:58, Anthony PERARD wrote: > On Thu, Oct 14, 2021 at 12:14:29PM +0200, Jan Beulich wrote: >> On 24.08.2021 12:50, Anthony PERARD wrote: >>> --- a/xen/Rules.mk >>> +++ b/xen/Rules.mk >>> @@ -38,7 +38,7 @@ SPECIAL_DATA_SECTIONS := rodata $(foreach a,1 2 4 8 16, \ >>>

Re: [XEN PATCH v7 49/51] build: adding out-of-tree support to the xen build

2021-10-15 Thread Anthony PERARD
On Thu, Oct 14, 2021 at 12:14:29PM +0200, Jan Beulich wrote: > On 24.08.2021 12:50, Anthony PERARD wrote: > > This implement out-of-tree support, there's two ways to create an > > out-of-tree build tree (after that, `make` in that new directory > > works): > > make O=build > > mkdir build;

Re: [XEN PATCH v7 49/51] build: adding out-of-tree support to the xen build

2021-10-14 Thread Jan Beulich
On 24.08.2021 12:50, Anthony PERARD wrote: > This implement out-of-tree support, there's two ways to create an > out-of-tree build tree (after that, `make` in that new directory > works): > make O=build > mkdir build; cd build; make -f ../Makefile > also works with an absolute path for

[XEN PATCH v7 49/51] build: adding out-of-tree support to the xen build

2021-08-24 Thread Anthony PERARD
This implement out-of-tree support, there's two ways to create an out-of-tree build tree (after that, `make` in that new directory works): make O=build mkdir build; cd build; make -f ../Makefile also works with an absolute path for both. This implementation only works if the source tree