We also want the *_p.a symlinks to be part of the proflibs distribution.

This commit is contained in:
Ruslan Ermilov 2004-01-18 09:06:40 +00:00
parent 3121d08f99
commit 0957570bf2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124661

View File

@ -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