Home | History | Annotate | Download | only in tests

Lines Matching full:jobs

58 JOBS=$BUILD_NUM_CPUS
115 JOBS=`expr "$opt" : '-j\(.*\)'`
118 --jobs=*)
119 JOBS="$optarg"
167 echo " -j<N> --jobs=<N> Launch parallel builds [$JOBS]"
486 run $WINE cmd /c Z:$NDK/ndk-build.cmd -j$JOBS "$@" APP_LDFLAGS="$APP_LDFLAGS" APP_CFLAGS="$APP_CFLAGS"
494 run $NDK/ndk-build -j$JOBS "$@" APP_LDFLAGS="$APP_LDFLAGS" APP_CFLAGS="$APP_CFLAGS"
743 (cd "$DIR" && run ./build.sh -j$JOBS $NDK_BUILD_FLAGS)