Removed unnecessary dylibs from Apple builds, with or without "lib" prefix.

Radar 9056686

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126534 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bob Wilson 2011-02-26 00:22:17 +00:00
parent 005c51ddc7
commit e1b5aa7d86

View File

@ -267,8 +267,9 @@ fi
# The Hello dylib is an example of how to build a pass.
# The BugpointPasses module is only used to test bugpoint.
# These unversioned dylibs cause verification failures, so do not install them.
rm $DEST_DIR$DEST_ROOT/lib/libLLVMHello.dylib
rm $DEST_DIR$DEST_ROOT/lib/libBugpointPasses.dylib
# (The wildcards are used to match a "lib" prefix if it is present.)
rm $DEST_DIR$DEST_ROOT/lib/*LLVMHello.dylib
rm $DEST_DIR$DEST_ROOT/lib/*BugpointPasses.dylib
# Compress manpages
MDIR=$DEST_DIR$DEST_ROOT/share/man/man1