From c457ebec48c5b8bce88f7e0f953562f6d8bad26b Mon Sep 17 00:00:00 2001 From: Antti Kantee Date: Fri, 30 Oct 2015 01:43:19 +0000 Subject: [PATCH] checkprevbuilds is now necessary only for xen --- build-rr.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-rr.sh b/build-rr.sh index 54b20db..27a6625 100755 --- a/build-rr.sh +++ b/build-rr.sh @@ -206,6 +206,8 @@ checksubmodules () checkprevbuilds () { + [ "${PLATFORM}" = "xen" ] || return 0 + if [ -f .prevbuild ]; then . ./.prevbuild : ${PB_KERNONLY:=false} # "bootstrap", remove in a few months -- 2.39.5