aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2010-07-24 17:54:00 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2010-07-24 17:54:00 +0000
commit01a1a30690daa9cad0699a482190c9630c7bff68 (patch)
treec577c2e061bdbd7f8fb245633c2d18c2e7d3f827
parent5ecffecf33ba0cf76e3de5fbc5893d970b98e65c (diff)
downloadexternal_llvm-01a1a30690daa9cad0699a482190c9630c7bff68.zip
external_llvm-01a1a30690daa9cad0699a482190c9630c7bff68.tar.gz
external_llvm-01a1a30690daa9cad0699a482190c9630c7bff68.tar.bz2
Document BUILD_EXAMPLES makefile variable
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109346 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/MakefileGuide.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html
index 5838250..a66f78a 100644
--- a/docs/MakefileGuide.html
+++ b/docs/MakefileGuide.html
@@ -785,6 +785,9 @@
not.</dd>
<dt><a name="PROJ_SRC_DIR"><tt>PROJ_SRC_DIR</tt></a></dt>
<dd>The directory which contains the source files to be built.</dd>
+ <dt><a name="BUILD_EXAMPLES"><tt>BUILD_EXAMPLES</tt></a></dt>
+ <dd>If set to 1, build examples in <tt>examples</tt> and (if building
+ Clang) <tt>tools/clang/examples</tt> directories.</dd>
<dt><a name="BZIP2"><tt>BZIP2</tt></a><small>(configured)</small></dt>
<dd>The path to the <tt>bzip2</tt> tool.</dd>
<dt><a name="CC"><tt>CC</tt></a><small>(configured)</small></dt>