diff options
Diffstat (limited to 'llvm')
| -rwxr-xr-x | llvm/utils/buildit/build_llvm | 4 | 
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  | 

