RE: Ping: [PATCH] build: tweak variable exporting for make 3.82

2020-07-02 Thread Paul Durrant
Subject: Ping: [PATCH] build: tweak variable exporting for make 3.82 > > On 29.06.2020 18:30, Anthony PERARD wrote: > > On Fri, Jun 26, 2020 at 05:02:30PM +0200, Jan Beulich wrote: > >> While I've been running into an issue here only because of an additional > >> l

Ping: [PATCH] build: tweak variable exporting for make 3.82

2020-07-02 Thread Jan Beulich
On 29.06.2020 18:30, Anthony PERARD wrote: > On Fri, Jun 26, 2020 at 05:02:30PM +0200, Jan Beulich wrote: >> While I've been running into an issue here only because of an additional >> local change I'm carrying, to be able to override just the compiler in >> $(XEN_ROOT)/.config (rather than the

Re: [PATCH] build: tweak variable exporting for make 3.82

2020-06-29 Thread Anthony PERARD
On Fri, Jun 26, 2020 at 05:02:30PM +0200, Jan Beulich wrote: > While I've been running into an issue here only because of an additional > local change I'm carrying, to be able to override just the compiler in > $(XEN_ROOT)/.config (rather than the whole tool chain), in > config/StdGNU.mk: > >

Re: [PATCH] build: tweak variable exporting for make 3.82

2020-06-26 Thread Jan Beulich
On 26.06.2020 17:32, Bertrand Marquis wrote: > Hi Jan, > >> On 26 Jun 2020, at 16:02, Jan Beulich wrote: >> >> While I've been running into an issue here only because of an additional >> local change I'm carrying, to be able to override just the compiler in >> $(XEN_ROOT)/.config (rather than

Re: [PATCH] build: tweak variable exporting for make 3.82

2020-06-26 Thread Bertrand Marquis
Hi Jan, > On 26 Jun 2020, at 16:02, Jan Beulich wrote: > > While I've been running into an issue here only because of an additional > local change I'm carrying, to be able to override just the compiler in > $(XEN_ROOT)/.config (rather than the whole tool chain), in > config/StdGNU.mk: > > ifeq

[PATCH] build: tweak variable exporting for make 3.82

2020-06-26 Thread Jan Beulich
While I've been running into an issue here only because of an additional local change I'm carrying, to be able to override just the compiler in $(XEN_ROOT)/.config (rather than the whole tool chain), in config/StdGNU.mk: ifeq ($(filter-out default undefined,$(origin CC)),) I'd like to propose to