repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Intercept reads to CR0, CR3, CR4 and writes to CR0, CR3, CR4, and CR8.
[freebsd-src/fkvm-freebsd.git]
/
release
/
scripts
/
proflibs-make.sh
blob
5ff447ac9068dba9b9c471d7e65ccddcd4e92019
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