Re: [PATCH] build: always use BASEDIR for xen sub-directory

2020-10-07 Thread Bertrand Marquis
> On 7 Oct 2020, at 12:10, Wei Liu wrote: > > On Wed, Oct 07, 2020 at 11:03:37AM +, Bertrand Marquis wrote: >> >> >>> On 2 Oct 2020, at 13:12, Jan Beulich wrote: >>> >>> On 02.10.2020 12:42, Bertrand Marquis wrote: Modify Makefiles using $(XEN_ROOT)/xen to use $(BASEDIR) instead.

Re: [PATCH] build: always use BASEDIR for xen sub-directory

2020-10-07 Thread Wei Liu
On Wed, Oct 07, 2020 at 11:03:37AM +, Bertrand Marquis wrote: > > > > On 2 Oct 2020, at 13:12, Jan Beulich wrote: > > > > On 02.10.2020 12:42, Bertrand Marquis wrote: > >> Modify Makefiles using $(XEN_ROOT)/xen to use $(BASEDIR) instead. > >> > >> This is removing the dependency to xen sub

Re: [PATCH] build: always use BASEDIR for xen sub-directory

2020-10-07 Thread Bertrand Marquis
> On 2 Oct 2020, at 13:12, Jan Beulich wrote: > > On 02.10.2020 12:42, Bertrand Marquis wrote: >> Modify Makefiles using $(XEN_ROOT)/xen to use $(BASEDIR) instead. >> >> This is removing the dependency to xen subdirectory preventing using a >> wrong configuration file when xen subdirectory is

Re: [PATCH] build: always use BASEDIR for xen sub-directory

2020-10-02 Thread Bertrand Marquis
> On 2 Oct 2020, at 14:17, Jan Beulich wrote: > > On 02.10.2020 14:44, Bertrand Marquis wrote: >> >> >>> On 2 Oct 2020, at 13:38, Jan Beulich wrote: >>> >>> On 02.10.2020 14:34, Bertrand Marquis wrote: > On 2 Oct 2020, at 13:12, Jan Beulich wrote: > > On 02.10.2020 12:42, Bert

Re: [PATCH] build: always use BASEDIR for xen sub-directory

2020-10-02 Thread Jan Beulich
On 02.10.2020 14:44, Bertrand Marquis wrote: > > >> On 2 Oct 2020, at 13:38, Jan Beulich wrote: >> >> On 02.10.2020 14:34, Bertrand Marquis wrote: On 2 Oct 2020, at 13:12, Jan Beulich wrote: On 02.10.2020 12:42, Bertrand Marquis wrote: > Modify Makefiles using $(XEN_ROOT)/xen

Re: [PATCH] build: always use BASEDIR for xen sub-directory

2020-10-02 Thread Bertrand Marquis
> On 2 Oct 2020, at 13:38, Jan Beulich wrote: > > On 02.10.2020 14:34, Bertrand Marquis wrote: >>> On 2 Oct 2020, at 13:12, Jan Beulich wrote: >>> >>> On 02.10.2020 12:42, Bertrand Marquis wrote: Modify Makefiles using $(XEN_ROOT)/xen to use $(BASEDIR) instead. This is removin

Re: [PATCH] build: always use BASEDIR for xen sub-directory

2020-10-02 Thread Jan Beulich
On 02.10.2020 14:34, Bertrand Marquis wrote: >> On 2 Oct 2020, at 13:12, Jan Beulich wrote: >> >> On 02.10.2020 12:42, Bertrand Marquis wrote: >>> Modify Makefiles using $(XEN_ROOT)/xen to use $(BASEDIR) instead. >>> >>> This is removing the dependency to xen subdirectory preventing using a >>> wr

Re: [PATCH] build: always use BASEDIR for xen sub-directory

2020-10-02 Thread Bertrand Marquis
> On 2 Oct 2020, at 13:12, Jan Beulich wrote: > > On 02.10.2020 12:42, Bertrand Marquis wrote: >> Modify Makefiles using $(XEN_ROOT)/xen to use $(BASEDIR) instead. >> >> This is removing the dependency to xen subdirectory preventing using a >> wrong configuration file when xen subdirectory is

Re: [PATCH] build: always use BASEDIR for xen sub-directory

2020-10-02 Thread Jan Beulich
On 02.10.2020 12:42, Bertrand Marquis wrote: > Modify Makefiles using $(XEN_ROOT)/xen to use $(BASEDIR) instead. > > This is removing the dependency to xen subdirectory preventing using a > wrong configuration file when xen subdirectory is duplicated for > compilation tests. > > Signed-off-by: Be