Current Path : /usr/src/release/scripts/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/release/scripts/proflibs-make.sh |
#!/bin/sh # # $FreeBSD: release/9.1.0/release/scripts/proflibs-make.sh 124661 2004-01-18 09:06:40Z ru $ # # Move the profiled libraries out to their own dist for i in ${RD}/trees/base/usr/lib/*_p.a; do mv $i ${RD}/trees/proflibs/usr/lib done