Re: [XEN PATCH v6 15/31] build: move make option changes check earlier

2021-07-13 Thread Jan Beulich
On 12.07.2021 18:21, Anthony PERARD wrote: > On Wed, Jul 07, 2021 at 05:40:02PM +0200, Jan Beulich wrote: >> On 01.07.2021 16:09, Anthony PERARD wrote: >>> And thus avoiding checking for those variable over and over again. >>> >>> Signed-off-by: Anthony PERARD >> >> Acked-by: Jan Beulich >> in it

Re: [XEN PATCH v6 15/31] build: move make option changes check earlier

2021-07-12 Thread Anthony PERARD
On Wed, Jul 07, 2021 at 05:40:02PM +0200, Jan Beulich wrote: > On 01.07.2021 16:09, Anthony PERARD wrote: > > And thus avoiding checking for those variable over and over again. > > > > Signed-off-by: Anthony PERARD > > Acked-by: Jan Beulich > in its present shape since all you do is move existi

Re: [XEN PATCH v6 15/31] build: move make option changes check earlier

2021-07-07 Thread Jan Beulich
On 01.07.2021 16:09, Anthony PERARD wrote: > And thus avoiding checking for those variable over and over again. > > Signed-off-by: Anthony PERARD Acked-by: Jan Beulich in its present shape since all you do is move existing logic. But I wonder if I could talk you into ... > --- a/xen/Makefile >

[XEN PATCH v6 15/31] build: move make option changes check earlier

2021-07-01 Thread Anthony PERARD
And thus avoiding checking for those variable over and over again. Signed-off-by: Anthony PERARD --- xen/Makefile | 22 ++ xen/Rules.mk | 22 -- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/xen/Makefile b/xen/Makefile index dae0247067ff