From 7eb01bebfbff5079fb0066b6e45305ca9c9d20a9 Mon Sep 17 00:00:00 2001 From: Stefano Stabellini Date: Tue, 17 Mar 2015 11:41:05 +0000 Subject: [PATCH] No need to install Xen to compile other projects Signed-off-by: Stefano Stabellini --- build.sh | 6 ------ xen.sh | 5 ----- 2 files changed, 11 deletions(-) diff --git a/build.sh b/build.sh index 888b28d..26240f0 100755 --- a/build.sh +++ b/build.sh @@ -123,12 +123,6 @@ then xen_clean xen_build fi - -# need xen installed in order to build the rest -if test "$GRUB_UPSTREAM_REVISION" || test "$LIBVIRT_UPSTREAM_REVISION" -then - xen_install -fi if test "$GRUB_UPSTREAM_REVISION" then grub_clean diff --git a/xen.sh b/xen.sh index 2dc2bf2..4e9b62c 100644 --- a/xen.sh +++ b/xen.sh @@ -35,8 +35,3 @@ function xen_build() { $MAKE install DESTDIR="$INST_DIR" cd .. } - -function xen_install() { - cd xen-dir - $MAKE install -} -- 2.39.5