Commit e426d36a authored by jrg@google.com's avatar jrg@google.com

Refuse to always clobber.

BUG=
TEST=

Review URL: http://codereview.chromium.org/8624003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111017 0039d316-1c4b-4281-b951-d872f2087c98
parent 60030f8e
...@@ -31,7 +31,7 @@ for mandatory_directory in "${ANDROID_SDK_ROOT}" "${ANDROID_NDK_ROOT}" ; do ...@@ -31,7 +31,7 @@ for mandatory_directory in "${ANDROID_SDK_ROOT}" "${ANDROID_NDK_ROOT}" ; do
fi fi
done done
if [ ! -n "$BUILDBOT_CLOBBER" ]; then if [ ! "$BUILDBOT_CLOBBER" = "" ]; then
NEED_CLOBBER=1 NEED_CLOBBER=1
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment