[llvm-commits] [llvm] r156857 - in /llvm/trunk: Makefile.common docs/Projects.html
Daniel Dunbar
daniel at zuster.org
Tue May 15 14:32:28 PDT 2012
Author: ddunbar
Date: Tue May 15 16:32:27 2012
New Revision: 156857
URL: http://llvm.org/viewvc/llvm-project?rev=156857&view=rev
Log:
[docs] Remove unsupported references to ExtraSource variable.
Modified:
llvm/trunk/Makefile.common
llvm/trunk/docs/Projects.html
Modified: llvm/trunk/Makefile.common
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile.common?rev=156857&r1=156856&r2=156857&view=diff
==============================================================================
--- llvm/trunk/Makefile.common (original)
+++ llvm/trunk/Makefile.common Tue May 15 16:32:27 2012
@@ -30,8 +30,7 @@
#
# 4. Source - If specified, this sets the source code filenames. If this
# is not set, it defaults to be all of the .cpp, .c, .y, and .l files
-# in the current directory. Also, if you want to build files in addition
-# to the local files, you can use the ExtraSource variable
+# in the current directory.
#
# 5. SourceDir - If specified, this specifies a directory that the source files
# are in, if they are not in the current directory. This should include a
Modified: llvm/trunk/docs/Projects.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Projects.html?rev=156857&r1=156856&r2=156857&view=diff
==============================================================================
--- llvm/trunk/docs/Projects.html (original)
+++ llvm/trunk/docs/Projects.html Tue May 15 16:32:27 2012
@@ -402,13 +402,6 @@
<div>
<dl>
- <dt>ExtraSource
- <dd>
- This variable contains a space separated list of extra source
- files that need to be built. It is useful for including the
- output of Lex and Yacc programs.
- <p>
-
<dt>CFLAGS
<dt>CPPFLAGS
<dd>
More information about the llvm-commits
mailing list