mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
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
This commit is contained in:
@@ -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/@LLVM_CONFIG_EXPORTS_FILE@/$${LLVM_CMAKE_DIR}\/LLVMExports.cmake/' \
|
||||||
-e 's/@all_llvm_lib_deps@//' \
|
-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)" \
|
grep '^set_property.*LLVMBUILD_LIB_DEPS_' "$(LLVMBuildCMakeFrag)" \
|
||||||
) > $@
|
) > $@
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user