]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
Ok, maybe the platform Makefiles aren't ready for -j
authorAntti Kantee <pooka@iki.fi>
Tue, 27 Oct 2015 22:23:46 +0000 (22:23 +0000)
committerAntti Kantee <pooka@iki.fi>
Tue, 27 Oct 2015 22:23:46 +0000 (22:23 +0000)
build-rr.sh

index dc4dcaf5b9777b95161eb031c02332f4cc42e019..a4f158edff63ff9eb8b87475368b65bec48ef0a8 100755 (executable)
@@ -422,7 +422,7 @@ dobuild ()
 
        # do final build of the platform bits
        ( cd ${PLATFORMDIR} \
-           && ${MAKE} ${STDJ} BUILDRR=true \
+           && ${MAKE} BUILDRR=true \
            && ${MAKE} BUILDRR=true install || exit 1)
        [ $? -eq 0 ] || die platform make failed!
 }