]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commit
Kconfig: fix environment variable handling
authorJan Beulich <jbeulich@suse.com>
Mon, 18 Jan 2016 13:51:06 +0000 (14:51 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 18 Jan 2016 13:51:06 +0000 (14:51 +0100)
commita16ab49bce737d03e98967a34b93280db19201d0
tree51c57b56501a42a8fd03a38e16fc3e98dc893f32
parenta942a6f4ca64c023bec072f1d8d4e1d637815eb1
Kconfig: fix environment variable handling

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-builds will always be full re-builds, which is
not only annoying but actively problematic when building as non-root
and only running "install-xen" as root.

Also take the opportunity and remove stray $(Q) uses.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Doug Goldstein <cardoe@cardoe.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/Makefile
xen/tools/kconfig/Makefile.kconfig