diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-05-06 08:33:07 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-05-06 08:33:07 +0000 |
commit | 1f85129eb7489de7bd3a23338d414689a5465b7c (patch) | |
tree | d466336155ade328db186a89fc2a81e6d56cefbe | |
parent | 21037da71347af2e1f348ce061c17e068390735f (diff) |
Remove tar ball from installed directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50717 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-x | utils/buildit/build_llvm | 5 |
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 |