From: Bill Wendling Date: Tue, 6 May 2008 08:33:07 +0000 (+0000) Subject: Remove tar ball from installed directory. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1f85129eb7489de7bd3a23338d414689a5465b7c;p=oota-llvm.git Remove tar ball from installed directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50717 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/buildit/build_llvm b/utils/buildit/build_llvm index 7683f0ad91d..6ccff46ba89 100755 --- a/utils/buildit/build_llvm +++ b/utils/buildit/build_llvm @@ -234,6 +234,11 @@ find $DEST_DIR -name \*.dSYM -print | xargs rm -r || exit 1 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!