aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-10-15 20:06:53 -0700
committerChris Larson <chris_larson@mentor.com>2010-10-21 20:28:50 -0700
commitcaa6067f7faf33200681c75843ce2e059cb1c0b4 (patch)
tree334e6f6ab9b6dea945d192cb73afda3b30dd218f /recipes/llvm
parente84f4995e257e0505fb73432cbd2a9f53cdf074b (diff)
downloadopenembedded-caa6067f7faf33200681c75843ce2e059cb1c0b4.tar.gz
Various fixes for cp argument portability
Diffstat (limited to 'recipes/llvm')
-rw-r--r--recipes/llvm/llvm.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/llvm/llvm.inc b/recipes/llvm/llvm.inc
index ad39cab1e0..03ff61da0e 100644
--- a/recipes/llvm/llvm.inc
+++ b/recipes/llvm/llvm.inc
@@ -86,9 +86,9 @@ llvm_stage() {
install -d ${STAGING_LIBDIR}/llvm${LLVM_RELEASE}
# Move headers into their own directory
- cp -r ${WORKDIR}/llvm-install/${prefix}/include/llvm \
+ cp -R ${WORKDIR}/llvm-install/${prefix}/include/llvm \
${STAGING_INCDIR}/llvm${LLVM_RELEASE}/
- cp -r ${WORKDIR}/llvm-install/${prefix}/include/llvm-c \
+ cp -R ${WORKDIR}/llvm-install/${prefix}/include/llvm-c \
${STAGING_INCDIR}/llvm${LLVM_RELEASE}/
find ${WORKDIR}/llvm-install/${prefix}/lib -name "*" -maxdepth 1 -exec \