summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2014-02-09 22:36:31 +0000
committerBob Wilson <bob.wilson@apple.com>2014-02-09 22:36:31 +0000
commita4122f4746f3d89530f59f84ce21e9eb3bbabb9e (patch)
tree4b1d2f71c119c30fc5a8f2186efd9f98a33cb4b8
parent5d74ffcbdbe38a4ebdfa38f2ac22f84280ce4312 (diff)
downloadllvm-a4122f4746f3d89530f59f84ce21e9eb3bbabb9e.tar.gz
llvm-a4122f4746f3d89530f59f84ce21e9eb3bbabb9e.tar.bz2
llvm-a4122f4746f3d89530f59f84ce21e9eb3bbabb9e.tar.xz
Remove shell comment in the middle of a single-line command.
You can't put a comment in the middle of a command like this. This is invalid shell syntax and breaks the build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201057 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--cmake/modules/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/modules/Makefile b/cmake/modules/Makefile
index 936d787fd8..52140a605f 100644
--- a/cmake/modules/Makefile
+++ b/cmake/modules/Makefile
@@ -53,8 +53,6 @@ $(PROJ_OBJ_DIR)/LLVMConfig.cmake: LLVMConfig.cmake.in $(LLVMBuildCMakeFrag)
-e 's/@LLVM_CONFIG_EXPORTS_FILE@/$${LLVM_CMAKE_DIR}\/LLVMExports.cmake/' \
-e 's/@all_llvm_lib_deps@//' \
&& \
- # TODO: Teach LLVM-Config.cmake to use builtin CMake features \
- # for library dependencies. For now add the generated fragments. \
grep '^set_property.*LLVMBUILD_LIB_DEPS_' "$(LLVMBuildCMakeFrag)" \
) > $@