2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-21 02:52:12 +00:00

Try individual find commands. [skip ci]

This commit is contained in:
Rene Rivera
2022-04-27 22:14:19 -05:00
parent 8b58c5812c
commit 4cbb77a9ed

View File

@@ -4,7 +4,11 @@ set -e
pushd $1
$HOME/temp/.b2/bin/b2 -d+2 ${B2_ARGS}
find . -perm -111 -type f -o -name "*.o" -o -name "*.a" -o -name "*.so" -o -name "*.dylib" -exec file "{}" "+"
find . -perm -111 -type f -print
find . -name "*.o" -print
find . -name "*.a" -o -print
find . -name "*.so" -o -print
find . -name "*.dylib" -print
popd
# Use, modification, and distribution are