Lines Matching full:update
36 # --update-tools-only : update the cached copy of the tools, but don't run them
37 # --no-update-tools : do not update the cached copy of the tools
169 UPDATE=yes
183 --no-update-tools)
185 UPDATE=no
187 --update-tools-only)
189 UPDATE=only
297 if [ "$UPDATE" = only ]; then
298 # Just do the tools update; we don't need to check whether
303 echo --update-tools-only --docker is incompatible with --src-tarball.
328 # Fill in defaults used by the non-update-only process
348 if [ "$UPDATE" != no ]; then
370 ARGS="--no-update-tools"