summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-12-20 06:25:37 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-12-20 06:25:37 +0000
commit69475dd92b87af0075b70202ca154cbe7027f59d (patch)
tree5b9acf32a0ce9ab714e3134385b06cebbe13f8bd /utils
parent37ee312f7766714e9fcb0b848a13c5cf456fd0b7 (diff)
downloadllvm-69475dd92b87af0075b70202ca154cbe7027f59d.tar.gz
llvm-69475dd92b87af0075b70202ca154cbe7027f59d.tar.bz2
llvm-69475dd92b87af0075b70202ca154cbe7027f59d.tar.xz
Install three utils, "FileCheck", "count", and "not", for now to appease llvmlab dragonegg builder.
Since r197684, "install/bin/llvm-config --obj-root" hasn't shown the build tree. The builder was finding utils in the build tree, from the installed tree. I will revert this after dragonegg builder would be tweaked not to use installed llvm-config. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197786 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/FileCheck/Makefile4
-rw-r--r--utils/count/Makefile4
-rw-r--r--utils/not/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/utils/FileCheck/Makefile b/utils/FileCheck/Makefile
index 268b7bc919..b876236598 100644
--- a/utils/FileCheck/Makefile
+++ b/utils/FileCheck/Makefile
@@ -14,8 +14,8 @@ USEDLIBS = LLVMSupport.a
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS = 1
-# Don't install this utility
-NO_INSTALL = 1
+# FIXME: Don't install this utility
+#NO_INSTALL = 1
include $(LEVEL)/Makefile.common
diff --git a/utils/count/Makefile b/utils/count/Makefile
index 8de076a880..2a955e6667 100644
--- a/utils/count/Makefile
+++ b/utils/count/Makefile
@@ -14,7 +14,7 @@ USEDLIBS =
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS = 1
-# Don't install this utility
-NO_INSTALL = 1
+# FIXME: Don't install this utility
+#NO_INSTALL = 1
include $(LEVEL)/Makefile.common
diff --git a/utils/not/Makefile b/utils/not/Makefile
index f37f166c6c..26b7450d48 100644
--- a/utils/not/Makefile
+++ b/utils/not/Makefile
@@ -14,8 +14,8 @@ USEDLIBS = LLVMSupport.a
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS = 1
-# Don't install this utility
-NO_INSTALL = 1
+# FIXME: Don't install this utility
+#NO_INSTALL = 1
include $(LEVEL)/Makefile.common