aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/bazel-user-manual.html
diff options
context:
space:
mode:
authorGravatar Han-Wen Nienhuys <hanwen@google.com>2015-05-18 12:00:09 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-05-18 19:59:58 +0000
commitbb59d88448d3365ff3ec168c1431cd86c5a5f02c (patch)
treeb35a971c3f12162b8c92341a7a611613702a44c7 /site/docs/bazel-user-manual.html
parent2fd789045d8d323899e996eb8967319b95b4251f (diff)
RELNOTES[INC]: Remove deprecated "make var" INCDIR
-- MOS_MIGRATED_REVID=93877298
Diffstat (limited to 'site/docs/bazel-user-manual.html')
-rw-r--r--site/docs/bazel-user-manual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/bazel-user-manual.html b/site/docs/bazel-user-manual.html
index 5eaaab3d72..d13b7b69ce 100644
--- a/site/docs/bazel-user-manual.html
+++ b/site/docs/bazel-user-manual.html
@@ -3183,7 +3183,7 @@ in an environment closer to the current shell environment. Note that none of the
<a href='build-encyclopedia.html#make_variables'
>"Make" environment</a>. If the <code class='flag'>--show_make_env</code> flag is
specified, all variables in the current configuration's "Make" environment
- are also displayed (e.g. <code>CC</code>, <code>GNU_TARGET</code>, etc).
+ are also displayed (e.g. <code>CC</code>, <code>GLIBC_VERSION</code>, etc).
These are the variables accessed using the <code>$(CC)</code>
or <code>varref("CC")</code> syntax inside BUILD files.
</li>