We also want the *_p.a symlinks to be part of the proflibs distribution.
This commit is contained in:
parent
3121d08f99
commit
0957570bf2
@ -5,7 +5,5 @@
|
||||
|
||||
# Move the profiled libraries out to their own dist
|
||||
for i in ${RD}/trees/base/usr/lib/*_p.a; do
|
||||
if [ -f $i ]; then
|
||||
mv $i ${RD}/trees/proflibs/usr/lib;
|
||||
fi;
|
||||
mv $i ${RD}/trees/proflibs/usr/lib
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user