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
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
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
>
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