summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-05-06 08:33:07 +0000
committerBill Wendling <isanbard@gmail.com>2008-05-06 08:33:07 +0000
commit1f85129eb7489de7bd3a23338d414689a5465b7c (patch)
treed466336155ade328db186a89fc2a81e6d56cefbe /utils
parent21037da71347af2e1f348ce061c17e068390735f (diff)
downloadllvm-1f85129eb7489de7bd3a23338d414689a5465b7c.tar.gz
llvm-1f85129eb7489de7bd3a23338d414689a5465b7c.tar.bz2
llvm-1f85129eb7489de7bd3a23338d414689a5465b7c.tar.xz
Remove tar ball from installed directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50717 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rwxr-xr-xutils/buildit/build_llvm5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/buildit/build_llvm b/utils/buildit/build_llvm
index 7683f0ad91..6ccff46ba8 100755
--- a/utils/buildit/build_llvm
+++ b/utils/buildit/build_llvm
@@ -235,6 +235,11 @@ chgrp -h -R wheel $DEST_DIR
chgrp -R wheel $DEST_DIR
################################################################################
+# Remove tar ball from docs directory
+
+find $DEST_DIR -name html.tar.gz -exec rm {} \;
+
+################################################################################
# w00t! Done!
exit 0