Re: [Xen-devel] [PATCH 3/7] xen/Rules.mk: fix build with CFLAGS from environment

2016-12-19 Thread Jan Beulich
>>> On 16.12.16 at 23:56, wrote: > From: "Yann E. MORIN" > > When CFLAGS are passed from the environment, But that's what shouldn't be done. Jan ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel

Re: [Xen-devel] [PATCH 3/7] xen/Rules.mk: fix build with CFLAGS from environment

2016-12-17 Thread Konrad Rzeszutek Wilk
On Fri, Dec 16, 2016 at 02:56:03PM -0800, Alistair Francis wrote: > From: "Yann E. MORIN" > > When CFLAGS are passed from the environment, the first-level make > invocation will append -D__OBJECT_FILE__ to it, then call a second > make invocation, that will have those new CFLAGS in its environmen