From: Daniel Dunbar Date: Thu, 20 Aug 2009 18:45:52 +0000 (+0000) Subject: Don't install wpa or index-test tools. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8165ced07245e34b59ef5ce9a38c0075f1adfcb9;p=clang Don't install wpa or index-test tools. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79557 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/index-test/Makefile b/tools/index-test/Makefile index 0a43d2f47f..76602e1d27 100644 --- a/tools/index-test/Makefile +++ b/tools/index-test/Makefile @@ -11,6 +11,7 @@ LEVEL = ../../../.. 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 diff --git a/tools/wpa/Makefile b/tools/wpa/Makefile index ddde5b288b..01dbd11b8d 100644 --- a/tools/wpa/Makefile +++ b/tools/wpa/Makefile @@ -3,6 +3,7 @@ LEVEL = ../../../.. 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