summaryrefslogtreecommitdiffstats
path: root/llvm/utils/buildit
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-07-14 23:49:18 +0000
committerBob Wilson <bob.wilson@apple.com>2010-07-14 23:49:18 +0000
commit5d2c1218f1319f3aa13e03d5e3d0007fd55cb7b6 (patch)
tree8a978a86070925d7773502b84d5b63b26b55f056 /llvm/utils/buildit
parent85b2a6a43056395f83a567e45591e797b98e4b88 (diff)
downloadbcm5719-llvm-5d2c1218f1319f3aa13e03d5e3d0007fd55cb7b6.tar.gz
bcm5719-llvm-5d2c1218f1319f3aa13e03d5e3d0007fd55cb7b6.zip
Remove the entire docs directory from Apple-style builds.
This fixes a "usr_junk" verification failure when installing into /usr. llvm-svn: 108384
Diffstat (limited to 'llvm/utils/buildit')
-rwxr-xr-xllvm/utils/buildit/build_llvm4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/buildit/build_llvm b/llvm/utils/buildit/build_llvm
index afbf143cf09..37ef16e6df6 100755
--- a/llvm/utils/buildit/build_llvm
+++ b/llvm/utils/buildit/build_llvm
@@ -345,9 +345,9 @@ chgrp -h -R wheel $DEST_DIR
chgrp -R wheel $DEST_DIR
################################################################################
-# Remove tar ball from docs directory
+# Remove the docs directory
-find $DEST_DIR -name html.tar.gz -exec rm {} \;
+rm -rf $DEST_DIR$DEST_ROOT/docs
################################################################################
# symlinks so that B&I can find things
OpenPOWER on IntegriCloud