]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - release/scripts/proflibs-make.sh
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / release / scripts / proflibs-make.sh
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 # Move the profiled libraries out to their own dist
7 for i in ${RD}/trees/base/usr/lib/*_p.a; do
8         mv $i ${RD}/trees/proflibs/usr/lib
9 done