[llvm-commits] [llvm] r169569 - /llvm/trunk/Makefile.common

NAKAMURA Takumi geek4civic at gmail.com
Thu Dec 6 17:43:24 PST 2012


Author: chapuni
Date: Thu Dec  6 19:43:23 2012
New Revision: 169569

URL: http://llvm.org/viewvc/llvm-project?rev=169569&view=rev
Log:
Makefile.common: Update a description, s/Source/SOURCES/ , according to MakefileGuide.html#control-variables .

Modified:
    llvm/trunk/Makefile.common

Modified: llvm/trunk/Makefile.common
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile.common?rev=169569&r1=169568&r2=169569&view=diff
==============================================================================
--- llvm/trunk/Makefile.common (original)
+++ llvm/trunk/Makefile.common Thu Dec  6 19:43:23 2012
@@ -28,7 +28,7 @@
 #    built in any order.  All DIRS are built in order before PARALLEL_DIRS are
 #    built, which are then built in any order.
 #
-# 4. Source - If specified, this sets the source code filenames.  If this
+# 4. SOURCES - 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.
 #





More information about the llvm-commits mailing list