aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/user-manual.html
diff options
context:
space:
mode:
authorGravatar lberki <lberki@google.com>2017-12-07 05:47:43 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-12-07 05:49:49 -0800
commitcbac328f40cbf42569d93cf0027405a590504281 (patch)
treec421f9f62c6d9875061c6b6c4fee098f589353be /site/docs/user-manual.html
parent665396d785b3a78bfae98edc81c817194151c3e9 (diff)
Remove toolchain identifier from blaze-out paths in documentation.
We don't put the toolchain identifier in directory names anymore. RELNOTES: None. PiperOrigin-RevId: 178229693
Diffstat (limited to 'site/docs/user-manual.html')
-rw-r--r--site/docs/user-manual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/user-manual.html b/site/docs/user-manual.html
index a908572d84..5ef3f56cbc 100644
--- a/site/docs/user-manual.html
+++ b/site/docs/user-manual.html
@@ -2393,7 +2393,7 @@ either to the terminal, or to additional log files.
&gt;&gt;&gt;&gt;&gt; # //examples/cpp:hello-world [action 'Linking examples/cpp/hello-world']
(cd /home/johndoe/.cache/bazel/_bazel_johndoe/4c084335afceb392cfbe7c31afee3a9f/bazel && \
exec env - \
- /usr/bin/gcc -o bazel-out/local_linux-fastbuild/bin/examples/cpp/hello-world -B/usr/bin/ -Wl,-z,relro,-z,now -no-canonical-prefixes -pass-exit-codes -Wl,-S -Wl,@bazel-out/local_linux-fastbuild/bin/examples/cpp/hello-world-2.params)
+ /usr/bin/gcc -o bazel-out/local-fastbuild/bin/examples/cpp/hello-world -B/usr/bin/ -Wl,-z,relro,-z,now -no-canonical-prefixes -pass-exit-codes -Wl,-S -Wl,@bazel-out/local_linux-fastbuild/bin/examples/cpp/hello-world-2.params)
</pre>
<p>
Where possible, commands are printed in a Bourne shell compatible syntax,