aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Deqiang <wang.deqiang@linaro.org>2014-12-09 14:32:48 -0700
committerRob Savoye <rob.savoye@linaro.org>2014-12-09 14:33:19 -0700
commitb88cec664bae4181473eb836d24ee2a25766bf80 (patch)
tree0de1cf8deb21aa3fbc7b82b67a7e484e45ebe76e
parenta55f934aa350eec2f10f0697321a5aa22ab01661 (diff)
set buildingall=no
-rwxr-xr-xabe.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/abe.sh b/abe.sh
index 5e90ff9..6d98c24 100755
--- a/abe.sh
+++ b/abe.sh
@@ -974,6 +974,7 @@ fi
if test ! -z ${do_build}; then
if test x"${do_build}" != x"all"; then
+ buildingall=no
gitinfo="`get_source ${do_build}`"
if test x"${gitinfo}" = x; then
error "Couldn't find the source for ${do_build}"