[cfe-commits] r126634 - /cfe/trunk/tools/c-index-test/Makefile

NAKAMURA Takumi geek4civic at gmail.com
Sun Feb 27 21:21:34 PST 2011


Author: chapuni
Date: Sun Feb 27 23:21:34 2011
New Revision: 126634

URL: http://llvm.org/viewvc/llvm-project?rev=126634&view=rev
Log:
[PR9321] "make install" does not need install c-index-test. It is used for testing.

Modified:
    cfe/trunk/tools/c-index-test/Makefile

Modified: cfe/trunk/tools/c-index-test/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/c-index-test/Makefile?rev=126634&r1=126633&r2=126634&view=diff
==============================================================================
--- cfe/trunk/tools/c-index-test/Makefile (original)
+++ cfe/trunk/tools/c-index-test/Makefile Sun Feb 27 23:21:34 2011
@@ -13,6 +13,9 @@
 # No plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1
 
+# Don't install this. It is used for tests.
+NO_INSTALL = 1
+
 LINK_COMPONENTS := support mc
 USEDLIBS = clang.a clangIndex.a clangFrontend.a clangDriver.a \
 	   clangSerialization.a clangParse.a clangSema.a clangAnalysis.a \





More information about the cfe-commits mailing list