Signed-off-by: Ian Campbell <ian.campb...@citrix.com> Acked-by: Ian Jackson <ian.jack...@eu.citrix.com> --- v3: New patch --- make-flight | 4 ---- mfi-common | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/make-flight b/make-flight index cc8ecdb..ec0a20c 100755 --- a/make-flight +++ b/make-flight @@ -36,10 +36,6 @@ defguestsuite=`getconfig GuestDebianSuite` if [ x$buildflight = x ]; then - if [ "x$BUILD_LVEXTEND_MAX" != x ]; then - BUILD_RUNVARS+=" build_lvextend_max=$BUILD_LVEXTEND_MAX " - fi - create_build_jobs else diff --git a/mfi-common b/mfi-common index 16fc8c5..a9e966f 100644 --- a/mfi-common +++ b/mfi-common @@ -63,6 +63,10 @@ create_build_jobs () { local enable_ovmf local build_hostflags + if [ "x$BUILD_LVEXTEND_MAX" != x ]; then + BUILD_RUNVARS+=" build_lvextend_max=$BUILD_LVEXTEND_MAX " + fi + for arch in ${BUILD_ARCHES- i386 amd64 armhf }; do if [ "x$arch" = xdisable ]; then continue; fi -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel