]> xenbits.xensource.com Git - xen.git/commit
tools: Use config.h from autoconf instead of "buildmakevars2header"
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 6 Dec 2021 17:02:01 +0000 (17:02 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 16 Dec 2021 20:27:12 +0000 (20:27 +0000)
commit021cd1c4b4dfd23a5feb92fecc8db8a7228c80a5
tree40b9c5014c8f27dfdeeed4d115a46572b83bf4ae
parente7fe314870442fb85f8ecfc0e0bc605dddcd75b1
tools: Use config.h from autoconf instead of "buildmakevars2header"

This avoid the need to generate the _paths.h header when the
information is from autoconf anyway.

They are no more users of the "buildmakevars2header" macro, so it can
be removed from "Config.mk".

Also removed the extra "-f" flag where "$(RM)" is used (xl/Makefile).

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
24 files changed:
.gitignore
Config.mk
configure
docs/configure
m4/paths.m4
tools/config.h.in
tools/configure
tools/console/Makefile
tools/console/client/main.c
tools/console/daemon/main.c
tools/helpers/Makefile
tools/helpers/init-xenstore-domain.c
tools/libs/guest/Makefile
tools/libs/guest/xg_dom_core.c
tools/libs/guest/xg_suspend.c
tools/libs/libs.mk
tools/libs/light/Makefile
tools/libs/light/libxl_dom.c
tools/libs/light/libxl_internal.h
tools/libs/light/libxl_utils.c
tools/libs/stat/Makefile
tools/libs/stat/xenstat_qmp.c
tools/xl/Makefile
tools/xl/xl.h