mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-16 16:31:04 +00:00
Ignore shell scripts when doing "dsymutil" call.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45166 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ef361a638a
commit
18edd20605
@ -201,7 +201,8 @@ cd $SYM_DIR || exit 1
|
||||
rm -rf * || exit 1
|
||||
|
||||
# Generate .dSYM files
|
||||
find $DEST_DIR -perm -0111 -type f -print | xargs -n 1 -P ${SYSCTL} dsymutil
|
||||
find $DEST_DIR -perm -0111 -type f ! \( -name '*.la' -o -name gccas -o -name gccld -o -name llvm-config \) -print \
|
||||
| xargs -n 1 -P ${SYSCTL} dsymutil
|
||||
|
||||
# Save .dSYM files and .a archives
|
||||
cd $DEST_DIR || exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user