Skip to content

Commit

Permalink
Remove "blaze" from filepaths in Bazel User Manual.
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=89400200
  • Loading branch information
Googler authored and hanwen committed Mar 24, 2015
1 parent 527bdd4 commit 82a5ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/bazel-user-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -2394,7 +2394,7 @@ <h4 id='flag--subcommands'><code class='flag'>--subcommands</code> (-s)</h4>

<pre>
&gt;&gt;&gt;&gt;&gt; # //examples/cpp:hello-world
(cd /var/tmp/_blaze_jrluser/4c084335afceb392cfbe7c31afee3a9f/base_workspace && \
(cd /var/tmp/_bazel_jrluser/4c084335afceb392cfbe7c31afee3a9f/base_workspace && \
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)
</pre>
Expand Down Expand Up @@ -3249,7 +3249,7 @@ <h4 id='flag--output_base'><code class='flag'>--output_base=<var>dir</var></code
and the name of the workspace directory (actually, its MD5 digest),
so a typical value looks like:

<code>/var/tmp/google/_blaze_jrluser/d41d8cd98f00b204e9800998ecf8427e</code>.
<code>/var/tmp/google/_bazel_jrluser/d41d8cd98f00b204e9800998ecf8427e</code>.
Note that the client uses the output base to find the Bazel server
instance, so if you specify a different output base in a Bazel
command, a different server will be found (or started) to handle the
Expand Down

0 comments on commit 82a5ee6

Please sign in to comment.