[cfe-commits] r79557 - in /cfe/trunk/tools: index-test/Makefile wpa/Makefile

Daniel Dunbar daniel at zuster.org
Thu Aug 20 11:45:52 PDT 2009


Author: ddunbar
Date: Thu Aug 20 13:45:52 2009
New Revision: 79557

URL: http://llvm.org/viewvc/llvm-project?rev=79557&view=rev
Log:
Don't install wpa or index-test tools.

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

Modified: cfe/trunk/tools/index-test/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/index-test/Makefile?rev=79557&r1=79556&r2=79557&view=diff

==============================================================================
--- cfe/trunk/tools/index-test/Makefile (original)
+++ cfe/trunk/tools/index-test/Makefile Thu Aug 20 13:45:52 2009
@@ -11,6 +11,7 @@
 TOOLNAME = index-test
 CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
 CXXFLAGS = -fno-rtti
+NO_INSTALL = 1
 
 # No plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1

Modified: cfe/trunk/tools/wpa/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/wpa/Makefile?rev=79557&r1=79556&r2=79557&view=diff

==============================================================================
--- cfe/trunk/tools/wpa/Makefile (original)
+++ cfe/trunk/tools/wpa/Makefile Thu Aug 20 13:45:52 2009
@@ -3,6 +3,7 @@
 TOOLNAME = clang-wpa
 CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
 CXXFLAGS = -fno-rtti
+NO_INSTALL = 1
 
 # No plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1





More information about the cfe-commits mailing list