Skip to content

Commit

Permalink
Remove shell comment in the middle of a single-line command.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bob-wilson committed Feb 9, 2014
1 parent 5d74ffc commit a4122f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmake/modules/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)" \
) > $@

Expand Down

0 comments on commit a4122f4

Please sign in to comment.