diff options
author | Nico Weber <thakis@chromium.org> | 2015-12-02 14:31:56 -0500 |
---|---|---|
committer | Nico Weber <thakis@chromium.org> | 2015-12-02 19:34:13 +0000 |
commit | e250e6adb0422773e60cdbef47014879fafb2506 (patch) | |
tree | fa8aad2933677c5b451dda219ae7dee36e1872b5 /docs | |
parent | eaa4e86fe7d9154bde31181108180480e1d603c1 (diff) | |
download | chromium_src-e250e6adb0422773e60cdbef47014879fafb2506.zip chromium_src-e250e6adb0422773e60cdbef47014879fafb2506.tar.gz chromium_src-e250e6adb0422773e60cdbef47014879fafb2506.tar.bz2 |
Remove stray references to update.sh from src/
BUG=494442
R=hans@chromium.org
Review URL: https://codereview.chromium.org/1489223003 .
Cr-Commit-Position: refs/heads/master@{#362772}
Diffstat (limited to 'docs')
-rw-r--r-- | docs/clang_static_analyzer.md | 2 | ||||
-rw-r--r-- | docs/clang_tool_refactoring.md | 4 | ||||
-rw-r--r-- | docs/updating_clang.md | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/clang_static_analyzer.md b/docs/clang_static_analyzer.md index 0ddf786..ed9feab 100644 --- a/docs/clang_static_analyzer.md +++ b/docs/clang_static_analyzer.md @@ -13,7 +13,7 @@ You need an llvm checkout to get `scan-build` and `scan-view`; the easiest way to get that is to run ```shell -tools/clang/scripts/update.sh --force-local-build --without-android +tools/clang/scripts/update.py --force-local-build --without-android ``` ## With make diff --git a/docs/clang_tool_refactoring.md b/docs/clang_tool_refactoring.md index 929d8a2..48e7c60 100644 --- a/docs/clang_tool_refactoring.md +++ b/docs/clang_tool_refactoring.md @@ -25,7 +25,7 @@ Build your tool by running the following command (requires cmake version 2.8.10 or later): ```shell -tools/clang/scripts/update.sh --force-local-build --without-android \ +tools/clang/scripts/update.py --force-local-build --without-android \ --with-chrome-tools <tools> ``` @@ -35,7 +35,7 @@ build. The resulting binary will end up in plugin and the empty\_string tool, run the following: ```shell -tools/clang/scripts/update.sh --force-local-build --without-android \ +tools/clang/scripts/update.py --force-local-build --without-android \ --with-chrome-tools "plugins;empty_string" ``` diff --git a/docs/updating_clang.md b/docs/updating_clang.md index d8a8575..02dce25 100644 --- a/docs/updating_clang.md +++ b/docs/updating_clang.md @@ -2,7 +2,7 @@ 1. Sync your Chromium tree to the latest revision to pick up any plugin changes and test the new compiler against ToT -1. Update clang revision in tools/clang/scripts/update.sh, upload CL to +1. Update clang revision in tools/clang/scripts/update.py, upload CL to rietveld 1. Run tools/clang/scripts/package.py to create a tgz of the binary (mac and linux) |