aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Dmitry Lomov <dslomov@google.com>2015-11-19 16:08:31 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-11-19 16:48:01 +0000
commita811460b2d1d1b69dc7f28cf838bfa4d7f629f70 (patch)
treee5327e08b37f3887ad1dbe2f8c67c35da7e5ad0b /site
parent49e3618209eae0f491d7a8183a8403d5438d5229 (diff)
Run bazel documentation tests on mac/linux.
Also, fix said documentation. -- MOS_MIGRATED_REVID=108247791
Diffstat (limited to 'site')
-rw-r--r--site/docs/bazel-user-manual.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/site/docs/bazel-user-manual.html b/site/docs/bazel-user-manual.html
index 2510cee06a..9fc0e123a8 100644
--- a/site/docs/bazel-user-manual.html
+++ b/site/docs/bazel-user-manual.html
@@ -1976,19 +1976,6 @@ cores directly from system configuration and will assume 1.0 I/O resource.
breakages in the <code>foo</code> tree.
</p>
-<h4 id="flag--compilation_prerequisites_only"><code class='flag'>--[no]compilation_prerequisites_only</code></h4>
-<p>
- Given this option, Bazel will only build files that are prerequisites for
- compilation of the given target (for example, generated headers and source
- files), but will not build the target itself.
-</p>
-<p>
- This option can be useful to quickly validate a given C++ or Java target for
- compilation errors. In particular, it might be especially useful when
- specified together with the <a href="#flag--compile_one_dependency">
- <code class='flag'>--compile_one_dependency</code></a> option.
-</p>
-
<h4 id='flag--check_up_to_date'><code class='flag'>--[no]check_up_to_date</code></h4>
<p>
This option causes Bazel not to perform a build, but merely check