[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] tools/include: propagate python interpreter path
commit 31d72a0fd4773e8df77b4c46eec5c65b3cd265e0 Author: Roger Pau Monne <roger.pau@xxxxxxxxxx> AuthorDate: Wed Apr 24 11:20:37 2019 +0200 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Mon May 13 11:28:27 2019 +0100 tools/include: propagate python interpreter path To the Makefile that generates the cpuid policy. Without this fix if the tools python interpreter is different than the default 'python' it won't be correctly propagated. Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- tools/include/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/include/Makefile b/tools/include/Makefile index d693810053..71538e1ce2 100644 --- a/tools/include/Makefile +++ b/tools/include/Makefile @@ -32,7 +32,7 @@ endif touch $@ all-$(CONFIG_X86): xen/.dir - $(MAKE) -C xen/lib/x86 all XEN_ROOT=$(XEN_ROOT) + $(MAKE) -C xen/lib/x86 all XEN_ROOT=$(XEN_ROOT) PYTHON=$(PYTHON) # Not xen/xsm as that clashes with link to # $(XEN_ROOT)/xen/include/public/xsm above. -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |