aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Thiago Farina <tfarina@chromium.org>2016-03-24 16:47:32 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-03-24 20:07:21 +0000
commitdaebdfa3b77282f5d6eb0413b6775dc879dcabcb (patch)
treebf54ab82e917921b475078abddcacea0c88f4c18 /site
parentf0e1ef60cad4b24105dfd22576d54e20b91ec5eb (diff)
docs: update the output for the --subcommands option
Specially because base_workspace is not involved anymore since the 0.2.0 release. -- Change-Id: I70143a57202f6d487f7ab828da61f0ea127694e8 Reviewed-on: https://bazel-review.googlesource.com/c/3130/ MOS_MIGRATED_REVID=118036928
Diffstat (limited to 'site')
-rw-r--r--site/docs/bazel-user-manual.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/docs/bazel-user-manual.html b/site/docs/bazel-user-manual.html
index a155e3f0d1..21ccb8e1df 100644
--- a/site/docs/bazel-user-manual.html
+++ b/site/docs/bazel-user-manual.html
@@ -2294,10 +2294,10 @@ either to the terminal, or to additional log files.
</p>
<pre>
- &gt;&gt;&gt;&gt;&gt; # //examples/cpp:hello-world [action 'Linking bazel-out/local_linux-fastbuild/bin/examples/cpp/hello-world']
- (cd /var/tmp/_bazel_jrluser/4c084335afceb392cfbe7c31afee3a9f/base_workspace && \
+ &gt;&gt;&gt;&gt;&gt; # //examples/cpp:hello-world [action 'Linking examples/cpp/hello-world']
+ (cd /home/jrluser/.cache/bazel/_bazel_jrluser/4c084335afceb392cfbe7c31afee3a9f/bazel && \
exec env - \
- /usr/bin/gcc -o bazel-out/local_linux-fastbuild/bin/examples/cpp/hello-world bazel-out/local_linux-fastbuild/bin/examples/cpp/_objs/hello-world/examples/cpp/hello-world.pic.o bazel-out/local_linux-fastbuild/bin/examples/cpp/libhello-lib.a bazel-out/local_linux-fastbuild/bin/tools/cpp/libmalloc.a -lstdc++ -B/usr/bin -Wl,-S)
+ /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,--build-id=md5' '-Wl,--hash-style=gnu' -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,