]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
Default kernonly objdir to end with "-kernonly"
authorAntti Kantee <pooka@iki.fi>
Mon, 26 Oct 2015 00:57:52 +0000 (00:57 +0000)
committerAntti Kantee <pooka@iki.fi>
Mon, 26 Oct 2015 00:57:52 +0000 (00:57 +0000)
build-rr.sh

index 19f0a4b98e85f3820e0125f15b8fbc849109cd9b..f4c5e0f52a100132e7dc6e8ae5a1fcb7a99631a0 100755 (executable)
@@ -262,6 +262,7 @@ setvars ()
 
        if [ -z "${RROBJ}" ]; then
                RROBJ="./obj-${PLATFORM}-${MACHINE}"
+               ${KERNONLY} && RROBJ="${RROBJ}-kernonly"
        fi
        STAGING="${RROBJ}/dest.stage"
        BROBJ="${RROBJ}/buildrump.sh"