[llvm-commits] [llvm] r109346 - /llvm/trunk/docs/MakefileGuide.html
Peter Collingbourne
peter at pcc.me.uk
Sat Jul 24 10:54:00 PDT 2010
Author: pcc
Date: Sat Jul 24 12:54:00 2010
New Revision: 109346
URL: http://llvm.org/viewvc/llvm-project?rev=109346&view=rev
Log:
Document BUILD_EXAMPLES makefile variable
Modified:
llvm/trunk/docs/MakefileGuide.html
Modified: llvm/trunk/docs/MakefileGuide.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/MakefileGuide.html?rev=109346&r1=109345&r2=109346&view=diff
==============================================================================
--- llvm/trunk/docs/MakefileGuide.html (original)
+++ llvm/trunk/docs/MakefileGuide.html Sat Jul 24 12:54:00 2010
@@ -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>
More information about the llvm-commits
mailing list