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
|
||||
echo "======= STAGE $STAGE: Prelink libraries ======="
|
||||
if [ `which prelink 2>/dev/null` ]; then
|
||||
$NICE_CMD prelink -avfmRq
|
||||
[ 0 -ne $? ] && echo "Stage $STAGE: prelink -avfmR failed ;-( =======" && exit $STAGE
|
||||
$NICE_CMD prelink -avfmqR
|
||||
[ 0 -ne $? ] && echo "Stage $STAGE: prelink -avfmqR failed ;-( =======" && exit $STAGE
|
||||
fi
|
||||
|
||||
let STAGE++
|
||||
|
|
Loading…
Reference in New Issue