Do not prelink already prelinked libraries.
This commit is contained in:
parent
b332c77908
commit
c48a36d4e7
|
@ -519,8 +519,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 -avfmqR
|
$NICE_CMD prelink -avmqR
|
||||||
[ 0 -ne $? ] && echo "Stage $STAGE: prelink -avfmqR failed ;-( =======" && exit $STAGE
|
[ 0 -ne $? ] && echo "Stage $STAGE: prelink -avmqR failed ;-( =======" && exit $STAGE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
let STAGE++
|
let STAGE++
|
||||||
|
|
Loading…
Reference in New Issue