From 5d2c1218f1319f3aa13e03d5e3d0007fd55cb7b6 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Wed, 14 Jul 2010 23:49:18 +0000 Subject: [PATCH] Remove the entire docs directory from Apple-style builds. This fixes a "usr_junk" verification failure when installing into /usr. llvm-svn: 108384 --- llvm/utils/buildit/build_llvm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/utils/buildit/build_llvm b/llvm/utils/buildit/build_llvm index afbf143cf094..37ef16e6df63 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