]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
Makefile: Build with python once more (needed for pygrub)
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 13 Jan 2016 14:16:44 +0000 (09:16 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 13 Jan 2016 14:16:44 +0000 (09:16 -0500)
Otherwise we can't use pygrub.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
root_image/Makefile

index 9bd9675091a698e19ff369373da93cacb0637d17..899c32f124835f509695a0ef2b8a9784312c51c3 100644 (file)
@@ -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/