From 4e92a6132f717a4ef63c684e2d385bbf26fd9395 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Wed, 13 Jan 2016 09:16:44 -0500 Subject: [PATCH] Makefile: Build with python once more (needed for pygrub) Otherwise we can't use pygrub. Signed-off-by: Konrad Rzeszutek Wilk --- root_image/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/root_image/Makefile b/root_image/Makefile index 9bd9675..899c32f 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -905,10 +905,9 @@ XEN_DISTDIR = $(dir $(CURDIR))xen/dist/install XEN_VERSION = $(shell cat $(XEN_SRC)/xen/Makefile |grep XEN_SUBVERSION | head -1 | sed s/.*=// | sed s/\ //) .PHONY: xend-install -xend-install: yajl-depend xen-4.2-depend +xend-install: yajl-depend xen-4.2-depend xen-python-bytecode if [ $(XEN_VERSION) -lt 5 ]; then \ $(MAKE) python-extra; \ - $(MAKE) xen-python-bytecode; \ fi # Install all of xen cp -rdf $(XEN_DISTDIR)/usr userspace/ -- 2.39.5