From: Konrad Rzeszutek Wilk Date: Wed, 13 Jan 2016 14:16:44 +0000 (-0500) Subject: Makefile: Build with python once more (needed for pygrub) X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4e92a6132f717a4ef63c684e2d385bbf26fd9395;p=xentesttools%2Fbootstrap.git Makefile: Build with python once more (needed for pygrub) Otherwise we can't use pygrub. Signed-off-by: Konrad Rzeszutek Wilk --- 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/