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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user