Dne čt 11. srpna 2005 20:58 Donnie Berkholz napsal(a):
> Donnie Berkholz wrote:
> > Here's a slightly better version:
>
> And here's the enhanced, scripted version. It traces libs back to their
> packages to really make things easy.
you can replace (starting line 37)
if $(grep ' \-l[a-zA-Z]' ${1} | grep static); then
static=1
fi
if ! $(grep ' \-l[a-zA-Z]' ${1} | grep static); then
shared=1
fi
with
if $(grep ' \-l[a-zA-Z]' ${1} | grep static); then
static=1
else
shared=1
fi
as it should be equivalent.
>
> Seems to work quite well.
>
> Thanks,
> Donnie
Have a nice day,
spity
--
Jan Spitalnik
[EMAIL PROTECTED]
"We are now qualified to anything with nothing." -- Larry Wall
--
[email protected] mailing list