On Sat, Apr 05, 2003, Michael Schloh wrote:

>        if [ ! -f libXaw3d.a ]; then
>   -        %{l_prefix}/bin/ar -rs libXaw3d.a *.o
>   +        ar -rs libXaw3d.a *.o
>            ranlib libXaw3d.a
>        fi

One more point: "s" option on "ar" already includeas "ranlib" call.
I recommend to remove it because the explicit "ranlib" call is more
portable anyway. Additionally I recommend to use "c" flag, too. So,
I would use "ar cr" instead of "ar -rs". Yes, the leading minus is
optional as in tar and sometimes even deprecated.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com

______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Developer Communication List                   [EMAIL PROTECTED]

Reply via email to