[llvm-commits] [llvm] r108384 - /llvm/trunk/utils/buildit/build_llvm

Bob Wilson bob.wilson at apple.com
Wed Jul 14 16:49:19 PDT 2010


Author: bwilson
Date: Wed Jul 14 18:49:18 2010
New Revision: 108384

URL: http://llvm.org/viewvc/llvm-project?rev=108384&view=rev
Log:
Remove the entire docs directory from Apple-style builds.
This fixes a "usr_junk" verification failure when installing into /usr.

Modified:
    llvm/trunk/utils/buildit/build_llvm

Modified: llvm/trunk/utils/buildit/build_llvm
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/buildit/build_llvm?rev=108384&r1=108383&r2=108384&view=diff
==============================================================================
--- llvm/trunk/utils/buildit/build_llvm (original)
+++ llvm/trunk/utils/buildit/build_llvm Wed Jul 14 18:49:18 2010
@@ -345,9 +345,9 @@
 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





More information about the llvm-commits mailing list