Re: [Xen-devel] [PATCH v6 1/5] build: Env var to enable expert config options

2016-01-17 Thread Jan Beulich
>>> On 15.01.16 at 18:33, wrote: >> On Jan 15, 2016, at 11:20 AM, Jan Beulich wrote: >> > On 15.01.16 at 18:01, wrote: >>> --- a/xen/Makefile >>> +++ b/xen/Makefile >>> @@ -11,6 +11,7 @@ export XEN_DOMAIN ?= $(shell ([ -x /bin/dnsdomainname ] >>> && > /bin/dnsdomainname) | >>> export XEN

Re: [Xen-devel] [PATCH v6 1/5] build: Env var to enable expert config options

2016-01-15 Thread Jonathan Creekmore
> On Jan 15, 2016, at 11:20 AM, Jan Beulich wrote: > On 15.01.16 at 18:01, wrote: >> --- a/xen/Makefile >> +++ b/xen/Makefile >> @@ -11,6 +11,7 @@ export XEN_DOMAIN ?= $(shell ([ -x /bin/dnsdomainname ] >> && /bin/dnsdomainname) | >> export XEN_BUILD_DATE?= $(shell LC_ALL=C date)

Re: [Xen-devel] [PATCH v6 1/5] build: Env var to enable expert config options

2016-01-15 Thread Jan Beulich
>>> On 15.01.16 at 18:01, wrote: > --- a/xen/Makefile > +++ b/xen/Makefile > @@ -11,6 +11,7 @@ export XEN_DOMAIN ?= $(shell ([ -x /bin/dnsdomainname ] > && /bin/dnsdomainname) | > export XEN_BUILD_DATE?= $(shell LC_ALL=C date) > export XEN_BUILD_TIME?= $(shell LC_ALL=C date +%

[Xen-devel] [PATCH v6 1/5] build: Env var to enable expert config options

2016-01-15 Thread Jonathan Creekmore
Add an additional environment variable, defaulting to disabled, that enables the CONFIG_EXPERT configuration option. The purpose of the CONFIG_EXPERT configuration option is to make non-standard Kconfig options visible during the configuration process. The CONFIG_EXPERT option is not, itself, visib