Skip to content

Commit

Permalink
Use rsync instead of cp to copy symlink as is
Browse files Browse the repository at this point in the history
  • Loading branch information
ushitora-anqou committed May 16, 2020
1 parent 89c076a commit c531b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ build/llvm-cahp:
-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="CAHP" \
../../llvm-cahp/llvm && \
$(MAKE)
cp build/llvm-cahp/bin/* build/bin/
rsync -a build/llvm-cahp/bin/ build/bin/

build/cahp-rt: build/llvm-cahp
cp -r cahp-rt build/
Expand Down

0 comments on commit c531b7f

Please sign in to comment.