Optimizing Prelink for speed.
This commit is contained in:
parent
b34ea829ca
commit
03470b0f53
|
@ -458,8 +458,8 @@ let STAGE_CNT++
|
||||||
if [ $STAGE_CNT -eq $STAGE ]; then
|
if [ $STAGE_CNT -eq $STAGE ]; then
|
||||||
echo "======= STAGE $STAGE: Prelink libraries ======="
|
echo "======= STAGE $STAGE: Prelink libraries ======="
|
||||||
if [ `which prelink 2>/dev/null` ]; then
|
if [ `which prelink 2>/dev/null` ]; then
|
||||||
$NICE_CMD prelink -avfmRq
|
$NICE_CMD prelink -avfmqR
|
||||||
[ 0 -ne $? ] && echo "Stage $STAGE: prelink -avfmR failed ;-( =======" && exit $STAGE
|
[ 0 -ne $? ] && echo "Stage $STAGE: prelink -avfmqR failed ;-( =======" && exit $STAGE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
let STAGE++
|
let STAGE++
|
||||||
|
|
Loading…
Reference in New Issue