Re: [Xen-devel] [PATCH] Kconfig: fix environment variable handling

2016-01-15 Thread Jan Beulich
>>> On 15.01.16 at 17:01, wrote: > On Fri, 2016-01-15 at 08:54 -0700, Jan Beulich wrote: >> > > > On 15.01.16 at 16:44, wrote: >> > On Wed, 2016-01-13 at 03:46 -0700, Jan Beulich wrote: >> > > With xen/Makefile including include/config/auto.conf.cmd, environment >> > > variables checked in the la

Re: [Xen-devel] [PATCH] Kconfig: fix environment variable handling

2016-01-15 Thread Ian Campbell
On Fri, 2016-01-15 at 08:54 -0700, Jan Beulich wrote: > > > > On 15.01.16 at 16:44, wrote: > > On Wed, 2016-01-13 at 03:46 -0700, Jan Beulich wrote: > > > With xen/Makefile including include/config/auto.conf.cmd, environment > > > variables checked in the latter must be available at the time of >

Re: [Xen-devel] [PATCH] Kconfig: fix environment variable handling

2016-01-15 Thread Jan Beulich
>>> On 15.01.16 at 16:44, wrote: > On Wed, 2016-01-13 at 03:46 -0700, Jan Beulich wrote: >> With xen/Makefile including include/config/auto.conf.cmd, environment >> variables checked in the latter must be available at the time of >> inclusion of that file, and hence must be populated in xen/Makefi

Re: [Xen-devel] [PATCH] Kconfig: fix environment variable handling

2016-01-15 Thread Ian Campbell
On Wed, 2016-01-13 at 03:46 -0700, Jan Beulich wrote: > With xen/Makefile including include/config/auto.conf.cmd, environment > variables checked in the latter must be available at the time of > inclusion of that file, and hence must be populated in xen/Makefile > rather than by passing to or insid

Re: [Xen-devel] [PATCH] Kconfig: fix environment variable handling

2016-01-13 Thread Doug Goldstein
On 1/13/16 4:46 AM, Jan Beulich wrote: > With xen/Makefile including include/config/auto.conf.cmd, environment > variables checked in the latter must be available at the time of > inclusion of that file, and hence must be populated in xen/Makefile > rather than by passing to or inside xen/tools/kco

[Xen-devel] [PATCH] Kconfig: fix environment variable handling

2016-01-13 Thread Jan Beulich
With xen/Makefile including include/config/auto.conf.cmd, environment variables checked in the latter must be available at the time of inclusion of that file, and hence must be populated in xen/Makefile rather than by passing to or inside xen/tools/kconfig/Makefile.kconfig. Otherwise incremental re