mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
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
This commit is contained in:
parent
29c8a782e1
commit
4bb327d03f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user