summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorjrg@google.com <jrg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-28 20:24:57 +0000
committerjrg@google.com <jrg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-28 20:24:57 +0000
commit230b3f1cfd01dfeb78d71d51dfe1be409cc2d2e2 (patch)
tree292cc6b3027271b9df82367cc9c193a31ab73374 /build
parentdcceaa5276adc771814932ab5a524d7cbd402fa1 (diff)
downloadchromium_src-230b3f1cfd01dfeb78d71d51dfe1be409cc2d2e2.zip
chromium_src-230b3f1cfd01dfeb78d71d51dfe1be409cc2d2e2.tar.gz
chromium_src-230b3f1cfd01dfeb78d71d51dfe1be409cc2d2e2.tar.bz2
'make -k' for android_experimental compile (not just make)
BUG=None TEST= Review URL: https://chromiumcodereview.appspot.com/9514007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124015 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-xbuild/android/buildbot_functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/buildbot_functions.sh b/build/android/buildbot_functions.sh
index dc18847..c8e54c7 100755
--- a/build/android/buildbot_functions.sh
+++ b/build/android/buildbot_functions.sh
@@ -103,7 +103,7 @@ function bb_compile_experimental {
for target in ${EXPERIMENTAL_TARGETS} ; do
echo "@@@BUILD_STEP Experimental Compile $target @@@"
set +e
- make -j4 "${target}"
+ make -k -j4 "${target}"
if [ $? -ne 0 ] ; then
echo "@@@STEP_WARNINGS@@@"
fi