summaryrefslogtreecommitdiff
path: root/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
commit4bb327d03f6fc91fe6e0c08e3b2452edcd88eefd (patch)
tree9304fdeaa5617bc5bdfd189b733fa58d02bf11c0 /utils/buildit
parent29c8a782e16ebc2fade2167985bce1b1736d97f9 (diff)
downloadllvm-4bb327d03f6fc91fe6e0c08e3b2452edcd88eefd.tar.gz
llvm-4bb327d03f6fc91fe6e0c08e3b2452edcd88eefd.tar.bz2
llvm-4bb327d03f6fc91fe6e0c08e3b2452edcd88eefd.tar.xz
Remove the entire docs directory from Apple-style builds.
This fixes a "usr_junk" verification failure when installing into /usr. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108384 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/buildit')
-rwxr-xr-xutils/buildit/build_llvm4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/buildit/build_llvm b/utils/buildit/build_llvm
index afbf143cf0..37ef16e6df 100755
--- a/utils/buildit/build_llvm
+++ b/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