From: Bob Wilson Date: Wed, 14 Jul 2010 23:49:18 +0000 (+0000) Subject: Remove the entire docs directory from Apple-style builds. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4bb327d03f6fc91fe6e0c08e3b2452edcd88eefd;p=oota-llvm.git Remove the entire docs directory from Apple-style builds. This fixes a "usr_junk" verification failure when installing into /usr. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108384 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/buildit/build_llvm b/utils/buildit/build_llvm index afbf143cf09..37ef16e6df6 100755 --- a/utils/buildit/build_llvm +++ b/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